[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 dfe5c3aba1e467546a4acbe5ee148dec3033d0a7
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