diff options
author | James Turnbull <james@lovedthanlost.net> | 2011-01-25 21:44:25 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2011-01-25 21:44:25 +1100 |
commit | dd332f6e87dcd997a19060c94749740d31fcff24 (patch) | |
tree | a6c530536363af01625091ab9f66060fab9ac76a /lib/puppet/reference/function.rb | |
parent | 70630b903b747db0148cd972b64e5162b8f459cc (diff) | |
download | puppet-dd332f6e87dcd997a19060c94749740d31fcff24.tar.gz puppet-dd332f6e87dcd997a19060c94749740d31fcff24.tar.xz puppet-dd332f6e87dcd997a19060c94749740d31fcff24.zip |
Fixed #6002 - Added note about function execution
Diffstat (limited to 'lib/puppet/reference/function.rb')
-rw-r--r-- | lib/puppet/reference/function.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/puppet/reference/function.rb b/lib/puppet/reference/function.rb index 1333e0d26..7d39bebd5 100644 --- a/lib/puppet/reference/function.rb +++ b/lib/puppet/reference/function.rb @@ -8,6 +8,10 @@ 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. +Functions execute on the Puppet master. They do not execute on the Puppet agent. +Hence they only have access to the commands and data available on the Puppet master +host. + Here are the functions available in Puppet: " |