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

Safe HaskellNone

Propellor.PrivData

Synopsis

Documentation

withPrivData :: PrivDataField -> (String -> Propellor Result) -> Propellor ResultSource

When the specified PrivDataField is available on the host Propellor is provisioning, it provies the data to the action. Otherwise, it prints a message to help the user make the necessary private data available.