[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.5rc1-120-g2247c80
James Turnbull
james at lovedthanlost.net
Mon Feb 7 06:41:04 UTC 2011
The following commit has been merged in the upstream branch:
commit dd332f6e87dcd997a19060c94749740d31fcff24
Author: James Turnbull <james at lovedthanlost.net>
Date: Tue Jan 25 21:44:25 2011 +1100
Fixed #6002 - Added note about function execution
diff --git a/lib/puppet/reference/function.rb b/lib/puppet/reference/function.rb
index 1333e0d..7d39beb 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:
"
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list