diff options
author | Markus Roberts <Markus@reality.com> | 2011-02-01 17:57:06 -0800 |
---|---|---|
committer | Markus Roberts <Markus@reality.com> | 2011-02-01 17:57:06 -0800 |
commit | 2a94c61e6c94b1167ea7b858dc184f9f77a7bfc5 (patch) | |
tree | e8055300f7d3ac1d3b3a04aed1fab18dbba8789e /lib/puppet/reference/function.rb | |
parent | 07edcf716b2f90fb830053b207fe5dc7efcff1f3 (diff) | |
parent | ed1359902d14a0ca89dac5debee756209b0bd433 (diff) | |
download | puppet-2a94c61e6c94b1167ea7b858dc184f9f77a7bfc5.tar.gz puppet-2a94c61e6c94b1167ea7b858dc184f9f77a7bfc5.tar.xz puppet-2a94c61e6c94b1167ea7b858dc184f9f77a7bfc5.zip |
Merge branch '2.6.next' of git://github.com/puppetlabs/puppet 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: " |