diff options
author | James Turnbull <james@lovedthanlost.net> | 2009-01-22 13:30:08 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2009-01-22 13:30:08 +1100 |
commit | 6af317948e52e7c933d774ab5aab4ae092aa17ff (patch) | |
tree | 4c668eae653a01670466d6f4be34abec0c58ca2c /lib | |
parent | a5b0a75e3b486212507250ee605b7dcd1743035d (diff) | |
download | puppet-6af317948e52e7c933d774ab5aab4ae092aa17ff.tar.gz puppet-6af317948e52e7c933d774ab5aab4ae092aa17ff.tar.xz puppet-6af317948e52e7c933d774ab5aab4ae092aa17ff.zip |
Fixed #1877 - Tidy type reference update for use of 0
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/puppet/type/tidy.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/puppet/type/tidy.rb b/lib/puppet/type/tidy.rb index dd593ccfb..2b0c153f0 100755 --- a/lib/puppet/type/tidy.rb +++ b/lib/puppet/type/tidy.rb @@ -56,7 +56,9 @@ Puppet::Type.newtype(:tidy) do desc "Tidy files whose age is equal to or greater than the specified time. You can choose seconds, minutes, hours, days, or weeks by specifying the first letter of any - of those words (e.g., '1w')." + of those words (e.g., '1w'). + + Specifying 0 will remove all files." @@ageconvertors = { :s => 1, |