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