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

James Turnbull james at lovedthanlost.net
Tue Oct 27 17:05:51 UTC 2009


The following commit has been merged in the upstream branch:
commit d891f7acd190637ea7adc19d51f1961e2021e835
Author: Markus Roberts <Markus at reality.com>
Date:   Thu Sep 24 13:45:49 2009 -0700

    Ticket #2676 (a typo)
    
    Signed-off-by: Markus Roberts <Markus at reality.com>
    
    Signed-off-by: Markus Roberts <Markus at reality.com>

diff --git a/lib/puppet/agent.rb b/lib/puppet/agent.rb
index 7d8ea7a..a188df3 100644
--- a/lib/puppet/agent.rb
+++ b/lib/puppet/agent.rb
@@ -122,9 +122,9 @@ class Puppet::Agent
     def with_client
         begin
             @client = client_class.new
-        rescue => details
+        rescue => detail
             puts detail.backtrace if Puppet[:trace]
-            Puppet.err "Could not create instance of %s: %s" % [client_class, details]
+            Puppet.err "Could not create instance of %s: %s" % [client_class, detail]
             return
         end
         yield @client

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list