Safe Haskell | None |
---|
Puppet.Preferences
Documentation
data Preferences
Constructors
Preferences | |
Fields
|
Instances
class HasPreferences t where
Methods
preferences :: Lens' t Preferences
compilePoolSize :: Lens' t Int
hieraPath :: Lens' t (Maybe FilePath)
manifestPath :: Lens' t FilePath
modulesPath :: Lens' t FilePath
natTypes :: Lens' t (Container PuppetTypeMethods)
parsePoolSize :: Lens' t Int
prefExtFuncs :: Lens' t (Container ([PValue] -> InterpreterMonad PValue))
prefPDB :: Lens' t PuppetDBAPI
templatesPath :: Lens' t FilePath
Instances
genPreferences :: FilePath -> IO Preferences