[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. 90c4a6028cf6ebd530af736ce08f1b413698b162

Micah Anderson micah at riseup.net
Sat May 31 17:15:31 UTC 2008


The following commit has been merged in the master branch:
commit fcfe833c87dc6e263ec83ad665ae8ca3a525ac2d
Author: James Turnbull <james at lovedthanlost.net>
Date:   Sat May 10 09:54:49 2008 +1000

    Fix for ticket #1218 - changed to appropriate variable name

diff --git a/lib/puppet/util/settings.rb b/lib/puppet/util/settings.rb
index d27406d..0e6f91e 100644
--- a/lib/puppet/util/settings.rb
+++ b/lib/puppet/util/settings.rb
@@ -122,7 +122,7 @@ class Puppet::Util::Settings
             if pval = self.value(varname)
                 pval
             else
-                raise Puppet::DevError, "Could not find value for %s" % parent
+                raise Puppet::DevError, "Could not find value for %s" % value
             end
         end
 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list