[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.4-89-gcbbd363

James Turnbull james at lovedthanlost.net
Tue May 18 09:04:09 UTC 2010


The following commit has been merged in the upstream branch:
commit e4df0b0559050fcaf963e2ee72135e8e25712583
Author: Rein Henrichs <reinh at reinh.com>
Date:   Tue Mar 23 15:41:57 2010 -0700

    Fix test using wrong Puppet util filesetting group

diff --git a/test/util/settings.rb b/test/util/settings.rb
index 1ec8cee..1e8eb48 100755
--- a/test/util/settings.rb
+++ b/test/util/settings.rb
@@ -578,7 +578,7 @@ yay = /a/path
             :mydir => {:default => tempfile(),
                 :mode => 0644,
                 :owner => "root",
-                :group => "root",
+                :group => "service",
                 :desc => "yay"
             },
             :mkusers => [false, "yay"]

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list