[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, experimental, updated. debian/2.6.8-1-844-g7ec39d5
Garrett Honeycutt
puppet-dev at garretthoneycutt.com
Tue May 10 07:59:52 UTC 2011
The following commit has been merged in the experimental branch:
commit 91ac1629dbefa70382636d6e08768038aeb7f298
Author: Garrett Honeycutt <puppet-dev at garretthoneycutt.com>
Date: Wed Nov 3 16:36:43 2010 -0700
(#5198) add gigabyte reference to docs for tidy type's size parameter
diff --git a/lib/puppet/type/tidy.rb b/lib/puppet/type/tidy.rb
index 65cc077..897ee90 100755
--- a/lib/puppet/type/tidy.rb
+++ b/lib/puppet/type/tidy.rb
@@ -141,9 +141,10 @@ Puppet::Type.newtype(:tidy) do
newparam(:size) do
desc "Tidy files whose size is equal to or greater than
the specified size. Unqualified values are in kilobytes, but
- *b*, *k*, and *m* can be appended to specify *bytes*, *kilobytes*,
- and *megabytes*, respectively. Only the first character is
- significant, so the full word can also be used."
+ *b*, *k*, *m*, and *g* can be appended to specify *bytes*,
+ *kilobytes*, *megabytes*, and *gigabytes*, respectively.
+ Only the first character is significant, so the full word can also
+ be used."
@@sizeconvertors = {
:b => 0,
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list