diff options
author | Luke Kanies <luke@madstop.com> | 2008-10-28 19:13:45 -0500 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-10-29 14:02:43 +1100 |
commit | 4806c51d309e43d0adc45d743a0ea85c3dc2da0d (patch) | |
tree | 4d92896e3effb7dcc20ca1bb22f12f7f0301f571 /lib | |
parent | c7ccc4ba7c42d56595564491ae578a1604c628d1 (diff) | |
download | puppet-4806c51d309e43d0adc45d743a0ea85c3dc2da0d.tar.gz puppet-4806c51d309e43d0adc45d743a0ea85c3dc2da0d.tar.xz puppet-4806c51d309e43d0adc45d743a0ea85c3dc2da0d.zip |
Fixing #1669 - The dump parameter can now be changed on mounts.
Signed-off-by: Luke Kanies <luke@madstop.com>
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/puppet/type/mount.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/type/mount.rb b/lib/puppet/type/mount.rb index 1679b73a3..4eb149488 100755 --- a/lib/puppet/type/mount.rb +++ b/lib/puppet/type/mount.rb @@ -143,7 +143,7 @@ module Puppet desc "Whether to dump the mount. Not all platforms support this. Valid values are ``1`` or ``0``. Default is ``0``." - newvalue(%r{(0|1)}) { } + newvalue(%r{(0|1)}) defaultto { if @resource.managed? |