[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. debian/0.24.5-2-109-g5a96442
Micah Anderson
micah at riseup.net
Sun Nov 30 00:48:21 UTC 2008
The following commit has been merged in the master branch:
commit 2f75d93f916962f31573330dd139466563a50431
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 d3a2ef2..d12a0e8 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+0.24.x
+ Fixed #1661 - Type reference: tidy should specify manditory parameters
+
0.24.6
Adding support to the user type for: profiles, auths, project,
key/value pairs (extension to Solaris RBAC support added in
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