Safe Haskell | None |
---|---|
Language | Haskell98 |
Puppet.Puppetlabs
Description
Contains an Haskell implementation (or mock implementation) of some ruby functions found in puppetlabs modules
- extFunctions :: FilePath -> IO (Container ([PValue] -> InterpreterMonad PValue))
Documentation
extFunctions :: FilePath -> IO (Container ([PValue] -> InterpreterMonad PValue)) #
Build the map of available ext functions If the ruby file is not found on the local filesystem the record is ignored. This is to avoid potential namespace conflict