[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 0.25.4-89-gcbbd363

James Turnbull james at lovedthanlost.net
Tue May 18 09:04:16 UTC 2010


The following commit has been merged in the upstream branch:
commit f5b8494f22b2f9d3f462de30cbbec0a15239d0f7
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