propellor spin

This commit is contained in:
Joey Hess 2014-07-06 12:26:09 -04:00
parent 27662406a0
commit dbfa9b5051
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ setTo hn = combineProperties desc go
, if null domain
then Nothing
else Just $ hostsline "127.0.1.1" [hn, basehost]
, Just $ hostsline "127.0.0.1" ["localhost"]
, Just $ trivial $ hostsline "127.0.0.1" ["localhost"]
, Just $ trivial $ cmdProperty "hostname" [basehost]
]