propellor-2.7.0: property-based host configuration management in haskell

Safe HaskellNone
LanguageHaskell98

Propellor.Message

Synopsis

Documentation

actionMessage :: (MonadIO m, ActionResult r) => Desc -> m r -> m r Source

Shows a message while performing an action, with a colored status display.

actionMessageOn :: (MonadIO m, ActionResult r) => HostName -> Desc -> m r -> m r Source

Shows a message while performing an action on a specified host, with a colored status display.

debug :: [String] -> IO () Source