From 61d8214d9d8cea6ba047d1a26f9edc1ea180234b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 30 Mar 2014 19:10:32 -0400 Subject: propellor spin --- Property/Hostname.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'Property/Hostname.hs') diff --git a/Property/Hostname.hs b/Property/Hostname.hs index 3d9d2ad0..204ff5d4 100644 --- a/Property/Hostname.hs +++ b/Property/Hostname.hs @@ -3,8 +3,6 @@ module Property.Hostname where import Common import qualified Property.File as File -type HostName = String - set :: HostName -> Property set hostname = "/etc/hostname" `File.hasContent` [hostname] `onChange` cmdProperty "hostname" [Param hostname] -- cgit v1.2.3