From dbfa9b5051e73b4c0d8f22d5a859b8ae6d67417e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 6 Jul 2014 12:26:09 -0400 Subject: [PATCH] propellor spin --- src/Propellor/Property/Hostname.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Propellor/Property/Hostname.hs b/src/Propellor/Property/Hostname.hs index 393c380..8d98eca 100644 --- a/src/Propellor/Property/Hostname.hs +++ b/src/Propellor/Property/Hostname.hs @@ -27,7 +27,7 @@ setTo hn = combineProperties desc go , if null domain then Nothing else Just $ hostsline "127.0.1.1" [hn, basehost] - , Just $ hostsline "127.0.0.1" ["localhost"] + , Just $ trivial $ hostsline "127.0.0.1" ["localhost"] , Just $ trivial $ cmdProperty "hostname" [basehost] ]