[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, master, updated. 90c4a6028cf6ebd530af736ce08f1b413698b162

Micah Anderson micah at riseup.net
Sat May 31 17:15:31 UTC 2008


The following commit has been merged in the master branch:
commit 3d3dfe9ccd7389746107650507408c530b850815
Author: James Turnbull <james at lovedthanlost.net>
Date:   Mon May 5 20:45:19 2008 +1000

    Add values for dump parameter for the mount type closing #1212

diff --git a/lib/puppet/type/mount.rb b/lib/puppet/type/mount.rb
index ca8e27e..ae917e3 100755
--- a/lib/puppet/type/mount.rb
+++ b/lib/puppet/type/mount.rb
@@ -141,7 +141,9 @@ module Puppet
 
         newproperty(:dump) do
             desc "Whether to dump the mount.  Not all platforms
-                support this."
+                support this. Valid values are ``1`` or ``0``. Default is ``0``."
+
+             newvalue(%r{(0|1)}) { }
 
             defaultto {
                 if @resource.managed?

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list