propellor spin
This commit is contained in:
parent
44244b5094
commit
4722b62e45
|
@ -32,7 +32,8 @@ ensureProperties ps = ensure ps NoChange
|
|||
where
|
||||
ensure [] rs = return rs
|
||||
ensure (l:ls) rs = do
|
||||
r <- actionMessage (propertyDesc l) (ensureProperty l)
|
||||
hn <- getHostName
|
||||
r <- actionMessage (hn ++ " " ++ propertyDesc l) (ensureProperty l)
|
||||
ensure ls (r <> rs)
|
||||
|
||||
ensureProperty :: Property -> Propellor Result
|
||||
|
|
Loading…
Reference in New Issue