[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. puppet-0.24.5-rc3-1601-gf8c1b08

James Turnbull james at lovedthanlost.net
Fri Jan 15 09:07:08 UTC 2010


The following commit has been merged in the upstream branch:
commit e2c675edb5aecb5af6399ac53f9a85ed8214b8e9
Author: James Turnbull <james at lovedthanlost.net>
Date:   Fri Nov 13 14:35:34 2009 +1100

    Updated generate function documentation to make it clear it runs on the master

diff --git a/lib/puppet/parser/functions/generate.rb b/lib/puppet/parser/functions/generate.rb
index 1be9016..18fe883 100644
--- a/lib/puppet/parser/functions/generate.rb
+++ b/lib/puppet/parser/functions/generate.rb
@@ -1,7 +1,7 @@
 # Runs an external command and returns the results
 Puppet::Parser::Functions::newfunction(:generate, :type => :rvalue,
-        :doc => "Calls an external command and returns the results of the
-        command.  Any arguments are passed to the external command as
+        :doc => "Calls an external command on the Puppet master and returns 
+        the results of the command.  Any arguments are passed to the external command as
         arguments.  If the generator does not exit with return code of 0,
         the generator is considered to have failed and a parse error is
         thrown.  Generators can only have file separators, alphanumerics, dashes,

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list