Signed-off-by: James Turnbull <[email protected]> --- 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 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: " -- 1.7.3.4 -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
