Sha256: 97d3cfd2f63890d5cef15af3273e18acef6df8a21f14dd3679149f1f8a20d53c
Contents?: true
Size: 533 Bytes
Versions: 5
Compression:
Stored size: 533 Bytes
Contents
function = Puppet::Util::Reference.newreference :function, :doc => "All functions available in the parser" do Puppet::Parser::Functions.functiondocs end function.header = " There are two types of functions in Puppet: Statements and rvalues. Statements stand on their own and do not return arguments; they are used for performing stand-alone work like importing. Rvalues return values and can only be used in a statement requiring a value, such as an assignment or a case statement. Here are the functions available in Puppet: "
Version data entries
5 entries across 5 versions & 1 rubygems