From 533ac36412d6366f536f8817ade7fd78fa84cbd7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 19 May 2014 10:52:00 -0400 Subject: 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 d5af32a9..a9248011 100644 --- a/src/Propellor/Property/Hostname.hs +++ b/src/Propellor/Property/Hostname.hs @@ -23,7 +23,7 @@ setTo hn = combineProperties desc go then Nothing else Just $ File.fileProperty desc addhostline "/etc/hosts" - , cmdProperty "hostname" [basehost] + , Just $ cmdProperty "hostname" [basehost] ] hostip = "127.0.1.1" -- cgit v1.2.3