hostname setting is trivial property

This commit is contained in:
Joey Hess 2014-05-19 17:29:46 -04:00
parent c8a653af5d
commit e1df0634c8
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"
, Just $ cmdProperty "hostname" [basehost]
, Just $ trivial $ cmdProperty "hostname" [basehost]
]
hostip = "127.0.1.1"