propellor spin

This commit is contained in:
Joey Hess 2014-04-03 23:59:32 -04:00
parent 7932c5abec
commit d19171ed53
Failed to extract signature
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ import qualified Propellor.Property.File as File
set :: HostName -> Property
set hostname = propertyList desc go
`onChange` cmdProperty "hostname" [host]
`describe` desc
where
desc = "hostname " ++ hostname
(host, domain) = separate (== '.') hostname