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

Safe HaskellNone

Puppet.Preferences

Documentation

data Preferences 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
 
_natTypes :: Container PuppetTypeMethods

The list of native types.

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