language-puppet-1.0.0: Tools to parse and evaluate the Puppet DSL.

Safe HaskellNone

Puppet.Preferences

Documentation

data Preferences m Source

Constructors

Preferences 

Fields

_manifestPath :: FilePath

The path to the manifests.

_modulesPath :: FilePath

The path to the modules.

_templatesPath :: FilePath

The path to the template.

_prefPDB :: PuppetDBAPI m
 
_natTypes :: Container PuppetTypeMethods

The list of native types.

_prefExtFuncs :: Container ([PValue] -> InterpreterMonad PValue)
 
_hieraPath :: Maybe FilePath
 
_ignoredmodules :: HashSet Text

The set of ignored modules

Instances