[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35

Markus Roberts Markus at reality.com
Wed Jul 14 10:35:17 UTC 2010


The following commit has been merged in the upstream branch:
commit a7e4fe8dbc3fc8d3bec5294cf68c69febb9194eb
Author: Rein Henrichs <rein at puppetlabs.com>
Date:   Thu Jun 24 14:37:33 2010 -0700

    [#3810] Do not create a reports settings block
    
    Puts reportdir and reporturl back in the "main" block because this makes
    tests break for reasons I don't understand.

diff --git a/lib/puppet/defaults.rb b/lib/puppet/defaults.rb
index bba2bf2..732d3ea 100644
--- a/lib/puppet/defaults.rb
+++ b/lib/puppet/defaults.rb
@@ -627,10 +627,7 @@ module Puppet
         :factsync => [false,
             "Whether facts should be synced with the central server."],
         :factsignore => [".svn CVS",
-            "What files to ignore when pulling down facts."]
-    )
-
-    setdefaults :reports,
+            "What files to ignore when pulling down facts."],
         :reportdir => {:default => "$vardir/reports",
                 :mode => 0750,
                 :owner => "service",
@@ -640,6 +637,7 @@ module Puppet
                     subdirectory."},
         :reporturl => ["http://localhost:3000/reports",
             "The URL used by the http reports processor to send reports"]
+   )
 
     setdefaults(:tagmail,
         :tagmap => ["$confdir/tagmail.conf",

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list