From 8621fa6e9983a39c07a9677eac324ebcee79b549 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 23:55:59 -0400 Subject: more prep for hackage --- Propellor/Property/Hostname.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Propellor/Property/Hostname.hs') diff --git a/Propellor/Property/Hostname.hs b/Propellor/Property/Hostname.hs index 8daf6bb2..25f0e1b2 100644 --- a/Propellor/Property/Hostname.hs +++ b/Propellor/Property/Hostname.hs @@ -1,9 +1,9 @@ module Propellor.Property.Hostname where -import Propellor.Common +import Propellor import qualified Propellor.Property.File as File set :: HostName -> Property set hostname = "/etc/hostname" `File.hasContent` [hostname] - `onChange` cmdProperty "hostname" [Param hostname] + `onChange` cmdProperty "hostname" [hostname] `describe` ("hostname " ++ hostname) -- cgit v1.2.3