[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.5rc1-120-g2247c80

James Turnbull james at lovedthanlost.net
Mon Feb 7 06:40:55 UTC 2011


The following commit has been merged in the upstream branch:
commit ae48634cec08bbb590110a38e4538a984186f1b7
Author: James Turnbull <james at lovedthanlost.net>
Date:   Thu Jan 20 13:55:37 2011 +1100

    Fixed #5914 Removed genconfig = true from genconfig output

diff --git a/lib/puppet/util/settings.rb b/lib/puppet/util/settings.rb
index ca4ecda..626ed20 100644
--- a/lib/puppet/util/settings.rb
+++ b/lib/puppet/util/settings.rb
@@ -593,7 +593,7 @@ if @config.include?(:run_mode)
     end
     eachsection do |section|
       persection(section) do |obj|
-        str += obj.to_config + "\n" unless ReadOnly.include? obj.name
+        str += obj.to_config + "\n" unless ReadOnly.include? obj.name or obj.name == :genconfig
       end
     end
 

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list