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

Safe HaskellNone
LanguageHaskell98

Propellor.Engine

Synopsis

Documentation

fromHost :: [Host] -> HostName -> Propellor a -> Propellor (Maybe a) Source

Lifts an action into a different host.

For example, `fromHost hosts "otherhost" getSshPubKey`

processChainOutput :: Handle -> IO Result Source

Reads and displays each line from the Handle, except for the last line which is a Result.