summaryrefslogtreecommitdiff
path: root/modules/profiles/manifests/common.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profiles/manifests/common.pp')
-rw-r--r--modules/profiles/manifests/common.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profiles/manifests/common.pp b/modules/profiles/manifests/common.pp
index f5a9824..dc63951 100644
--- a/modules/profiles/manifests/common.pp
+++ b/modules/profiles/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',
}
}