[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.1rc1-141-gcdb2b90

markus (none) markus at AVA-351181.
Mon Aug 16 12:48:51 UTC 2010


The following commit has been merged in the upstream branch:
commit 03808fdc05c4660c1559cf8a09be80664096e0ad
Author: James Turnbull <james at lovedthanlost.net>
Date:   Wed Jul 28 08:37:53 2010 +1000

    Fixed #4364 - Reduced audit msg from info to debug

diff --git a/lib/puppet/transaction/resource_harness.rb b/lib/puppet/transaction/resource_harness.rb
index aace6a3..29ec9a5 100644
--- a/lib/puppet/transaction/resource_harness.rb
+++ b/lib/puppet/transaction/resource_harness.rb
@@ -72,7 +72,7 @@ class Puppet::Transaction::ResourceHarness
         resource[param] = value
         audited << param
       else
-        resource.info "Storing newly-audited value #{current[param]} for #{param}"
+        resource.debug "Storing newly-audited value #{current[param]} for #{param}"
         cache(resource, param, current[param])
       end
     end

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list