summaryrefslogtreecommitdiff
path: root/manifests/common.pp
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-01-01 23:58:33 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2022-01-01 23:58:33 +0100
commit561c29cccaaf6e895e64311dc3877c9e090db2e7 (patch)
treea5c72c98a375d12cb65be4332818de350112f1e7 /manifests/common.pp
parentImprove node classifier. (diff)
downloadprofiles-561c29cccaaf6e895e64311dc3877c9e090db2e7.tar.gz
profiles-561c29cccaaf6e895e64311dc3877c9e090db2e7.tar.xz
Change order in /etc/hosts.
Diffstat (limited to 'manifests/common.pp')
-rw-r--r--manifests/common.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/common.pp b/manifests/common.pp
index f5a9824..dc63951 100644
--- a/manifests/common.pp
+++ b/manifests/common.pp
@@ -2,7 +2,7 @@ class profiles::common {
file_line { 'hosts ourself':
ensure => present,
- line => "::1\t${::fqdn}\t${facts['name']}",
+ line => "::1\t${facts['name']}\t${::fqdn}",
path => '/etc/hosts',
}
}