From d35bb17be80fb8cb2f8a3af2f2e3b718186c8963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Sat, 1 Jan 2022 23:58:33 +0100 Subject: Change order in /etc/hosts. --- modules/profiles/manifests/common.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', } } -- cgit v1.2.3