propellor spin

This commit is contained in:
Joey Hess 2014-07-06 12:27:05 -04:00
parent dbfa9b5051
commit 9f781db6da
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ setTo hn = combineProperties desc go
[ Just $ "/etc/hostname" `File.hasContent` [basehost]
, if null domain
then Nothing
else Just $ hostsline "127.0.1.1" [hn, basehost]
else Just $ trivial $ hostsline "127.0.1.1" [hn, basehost]
, Just $ trivial $ hostsline "127.0.0.1" ["localhost"]
, Just $ trivial $ cmdProperty "hostname" [basehost]
]