From 561c29cccaaf6e895e64311dc3877c9e090db2e7 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. --- manifests/common.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', } } -- cgit v1.2.3