diff options
Diffstat (limited to 'src/Propellor/Engine.hs')
| -rw-r--r-- | src/Propellor/Engine.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Propellor/Engine.hs b/src/Propellor/Engine.hs index dc8b2bc5..c00597be 100644 --- a/src/Propellor/Engine.hs +++ b/src/Propellor/Engine.hs @@ -4,7 +4,9 @@ module Propellor.Engine ( mainProperties, runPropellor, ensureProperty, + ensureProperty', ensureProperties, + ensurePropertiesWith, fromHost, onlyProcess, processChainOutput, @@ -73,6 +75,7 @@ ensureProperty p = do warningMessage $ "ensureProperty called on " ++ show p ++ "; will not propigate its info: " ++ show (getInfo p) ensureProperty' p +-- | ensureProperty without the warning message. ensureProperty' :: Property -> Propellor Result ensureProperty' = catchPropellor . propertySatisfy |
