From 2b185af97882afb4a7feab42de97771ceed80b43 Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Mon, 5 May 2008 20:45:19 +1000 Subject: Add values for dump parameter for the mount type closing #1212 --- lib/puppet/type/mount.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/puppet') diff --git a/lib/puppet/type/mount.rb b/lib/puppet/type/mount.rb index e18630cc8..1679b73a3 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? -- cgit