[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.5-639-g8f94f35
test branch
puppet-dev at googlegroups.com
Wed Jul 14 10:32:35 UTC 2010
The following commit has been merged in the upstream branch:
commit 83ac6b8b8c49e455b58671ae64f7423ae66ceb1d
Author: James Turnbull <james at lovedthanlost.net>
Date: Sun Mar 28 00:10:13 2010 +1100
Fixed #3443 - Typo in mount type
diff --git a/lib/puppet/type/mount.rb b/lib/puppet/type/mount.rb
index 25ca5e9..e79bc0a 100755
--- a/lib/puppet/type/mount.rb
+++ b/lib/puppet/type/mount.rb
@@ -140,8 +140,9 @@ module Puppet
end
newproperty(:dump) do
- desc "Whether to dump the mount. Not all platforms
-+ support this. Valid values are ``1`` or ``0``. or ``2`` on FreeBSD, Default is ``0``."
+ desc "Whether to dump the mount. Not all platform support this.
+ Valid values are ``1`` or ``0``. or ``2`` on FreeBSD, Default is ``0``."
+
if Facter["operatingsystem"].value == "FreeBSD"
newvalue(%r{(0|1|2)})
else
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list