Safe Haskell | None |
---|
Documentation
data Preferences
Preferences | |
|
class HasPreferences t where
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
genPreferences :: FilePath -> IO Preferences