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

Safe HaskellNone

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`