[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.6-1-356-g5718585

James Turnbull james at lovedthanlost.net
Fri Jan 23 14:21:31 UTC 2009


The following commit has been merged in the master branch:
commit 6ab4f1b0e2a3f5881d865ca181c053c64d5026a7
Author: James Turnbull <james at lovedthanlost.net>
Date:   Tue Oct 28 14:48:11 2008 +1100

    Fixed #1661 - Type reference: tidy should specify manditory parameters

diff --git a/CHANGELOG b/CHANGELOG
index 3b496c5..accacc9 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,6 @@
 0.24.x
+    Fixed #1661 - Type reference: tidy should specify manditory parameters
+
     Fixed #1104 - Classes and nodes should set $name variables
 
     Updated Red Hat spec file for 0.24.6
diff --git a/lib/puppet/type/tidy.rb b/lib/puppet/type/tidy.rb
index fe8bde9..7a46432 100755
--- a/lib/puppet/type/tidy.rb
+++ b/lib/puppet/type/tidy.rb
@@ -2,7 +2,10 @@ module Puppet
     newtype(:tidy, :parent => Puppet.type(:file)) do
         @doc = "Remove unwanted files based on specific criteria.  Multiple
             criteria are OR'd together, so a file that is too large but is not
-            old enough will still get tidied."
+            old enough will still get tidied.
+            
+            You must specify either the size or age of the file (or both) for
+            files to be tidied."
 
         newparam(:path) do
             desc "The path to the file or directory to manage.  Must be fully

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list