[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5

James Turnbull james at lovedthanlost.net
Tue May 10 08:01:21 UTC 2011


The following commit has been merged in the experimental branch:
commit b753d836c5ea18333a1199b20b5c495f562f2af4
Author: James Turnbull <james at lovedthanlost.net>
Date:   Sun Nov 14 09:16:59 2010 +1100

    Fixed #5288 - Changed report default to true

diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index 7ae5538..50c5d8c 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -116,7 +116,7 @@ module Puppet
     :catalog_terminus => ["compiler", "Where to get node catalogs.  This is useful to change if, for instance,
       you'd like to pre-compile catalogs and store them in memcached or some other easily-accessed store."],
     :facts_terminus => {
-      :default => Puppet.application_name.to_s == "master" ? 'yaml' : 'facter', 
+      :default => Puppet.application_name.to_s == "master" ? 'yaml' : 'facter',
       :desc => "The node facts terminus.",
       :hook => proc do |value|
         require 'puppet/node/facts'
@@ -599,7 +599,7 @@ module Puppet
     :inventory_port => ["$masterport",
       "The port to communicate with the inventory_server."
     ],
-    :report => [false,
+    :report => [true,
       "Whether to send reports after every transaction."
     ],
     :graph => [false, "Whether to create dot graph files for the different

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list