propellor-0.9.2: 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`