Sha256: 4a69192297703b1d440945972f32aeb1dd12ba8bca73fce6b701cec950a1f06a

Contents?: true

Size: 384 Bytes

Versions: 3

Compression:

Stored size: 384 Bytes

Contents

Functions
=========

Define functions in this directory.

File paths should match the function name; for example, a function
`myfunction`, defined like this:

    Puppet::Parser::Functions::newfunction(
        :myfunction,
        :type => :statement,
        :doc => "Documentation here."
    ) do |vals|
        # ...
    end

Should be found in `myfunction.rb` in this directory.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
puppet-module-0.3.3 templates/generator/lib/puppet/parser/functions/README.markdown
puppet-module-0.3.2 templates/generator/lib/puppet/parser/functions/README.markdown
puppet-module-0.3.0 templates/generator/lib/puppet/parser/functions/README.markdown