[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:15 UTC 2010
The following commit has been merged in the upstream branch:
commit b0ef2c6ccb5cfaf4e655135efea0535cca7b3a97
Author: James Turnbull <james at lovedthanlost.net>
Date: Sat Mar 27 14:38:50 2010 +1100
Fixes #3135 - darwin doesn't support 'mount -o remount'
Thanks for Eric Sorenson for the patch.
diff --git a/lib/puppet/type/mount.rb b/lib/puppet/type/mount.rb
index fb9a9ef..25ca5e9 100755
--- a/lib/puppet/type/mount.rb
+++ b/lib/puppet/type/mount.rb
@@ -193,7 +193,8 @@ module Puppet
newvalues(:true, :false)
defaultto do
case Facter.value(:operatingsystem)
- when "FreeBSD"; false
+ when "FreeBSD", "Darwin"
+ false
else
true
end
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list