diff options
author | Jesse Wolfe <jes5199@gmail.com> | 2011-02-01 16:44:49 -0800 |
---|---|---|
committer | Jesse Wolfe <jes5199@gmail.com> | 2011-02-01 16:44:49 -0800 |
commit | bc6a4ef9a15db4a1f01e3fe4770789e48b827608 (patch) | |
tree | 6065da9c1217f7eb79dedaa195a15c7822b5dd0c /lib/puppet/reference/function.rb | |
parent | 54f8698fba2cc7643f7e5b196584a484615d8d28 (diff) | |
parent | dd332f6e87dcd997a19060c94749740d31fcff24 (diff) | |
download | puppet-bc6a4ef9a15db4a1f01e3fe4770789e48b827608.tar.gz puppet-bc6a4ef9a15db4a1f01e3fe4770789e48b827608.tar.xz puppet-bc6a4ef9a15db4a1f01e3fe4770789e48b827608.zip |
Merge remote branch 'james/tickets/2.6.x/6002' into 2.6.next
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: " |