summaryrefslogtreecommitdiff
path: root/manifests/common.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/common.pp')
-rw-r--r--manifests/common.pp7
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index ff801e5..8b933fe 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -8,13 +8,6 @@ class profiles::common (
content => "${::hostname}\n",
}
- file_line { 'transient config to unhost ourself':
- ensure => absent,
- match => $::fqdn,
- path => '/etc/hosts',
- multiple => true,
- match_for_absence => true,
- } ->
file_line { 'hosts ourself':
ensure => present,
line => "::1\t${::fqdn}\t${::hostname}",