From 4722b62e45873e80bea015347bcc6e29100b63a7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 31 May 2014 18:40:34 -0400 Subject: propellor spin --- src/Propellor/Engine.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Engine.hs b/src/Propellor/Engine.hs index 9bb3531a..773e234c 100644 --- a/src/Propellor/Engine.hs +++ b/src/Propellor/Engine.hs @@ -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 -- cgit v1.2.3