summaryrefslogtreecommitdiff
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
commitd35bb17be80fb8cb2f8a3af2f2e3b718186c8963 (patch)
tree9a6b4c6232bbdc613652ccd6832ca9251ed8da46
parentAdd node default. (diff)
downloadwebdav_server-d35bb17be80fb8cb2f8a3af2f2e3b718186c8963.tar.gz
webdav_server-d35bb17be80fb8cb2f8a3af2f2e3b718186c8963.tar.xz
Change order in /etc/hosts.
-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',
}
}