James Fryman 3b036c95e5 20110524 Work Snapshot hace 13 años
..
README.markdown 3b036c95e5 20110524 Work Snapshot hace 13 años

README.markdown

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.