Sha256: dc139ac7a4311207d9a376bc8691add9d50f930a71ccc4fd41790fd27fbd1cbb
Contents?: true
Size: 536 Bytes
Versions: 13
Compression:
Stored size: 536 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
13 entries across 13 versions & 1 rubygems