hostname setting is trivial property
This commit is contained in:
parent
c8a653af5d
commit
e1df0634c8
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue