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

Safe HaskellNone
LanguageHaskell98

Puppet.Puppetlabs

Description

Contains an Haskell implementation (or mock implementation) of some ruby functions found in puppetlabs modules

Synopsis

Documentation

extFunctions :: FilePath -> IO (Container ([PValue] -> InterpreterMonad PValue)) Source

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