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

Safe HaskellNone
LanguageHaskell98

Propellor.Wrapper

Description

This module is used to implement a wrapper program for propellor distribution.

Distributions should install this program into PATH. (Cabal builds it as distbuildpropellor/propellor).

This is not the propellor main program (that's config.hs). This bootstraps ~.propellorconfig.hs, builds it if it's not already built, and runs it.

If ./config.hs exists and looks like a propellor config file, it instead builds and runs in the current working directory.

Documentation