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

Safe HaskellSafe-Inferred

Propellor.Types.PrivData

Synopsis

Documentation

data PrivDataField Source

Note that removing or changing field names will break the serialized privdata files, so don't do that! It's fine to add new fields.

newtype Context Source

Context in which a PrivDataField is used.

Often this will be a domain name. For example, Context www.example.com could be used for the SSL cert for the web server serving that domain. Multiple hosts might use that privdata.

Constructors

Context String 

anyContext :: ContextSource

Use when a PrivDataField is not dependent on any paricular context.