propellor spin

This commit is contained in:
Joey Hess 2014-05-19 10:52:00 -04:00
parent 8ab6799d48
commit 533ac36412
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ setTo hn = combineProperties desc go
then Nothing
else Just $ File.fileProperty desc
addhostline "/etc/hosts"
, cmdProperty "hostname" [basehost]
, Just $ cmdProperty "hostname" [basehost]
]
hostip = "127.0.1.1"