[Pkg-puppet-devel] [SCM] Puppet packaging for Debian branch, upstream, updated. 2.6.1rc1-141-gcdb2b90
Markus Roberts
Markus at reality.com
Mon Aug 16 12:48:30 UTC 2010
The following commit has been merged in the upstream branch:
commit 7d42f77b83a7597a879a0fc2080c18b7c76c6fc3
Author: Brice Figureau <brice-puppet at daysofwonder.com>
Date: Sun Jul 25 17:42:42 2010 +0200
JRuby doesn't implement Process.maxgroups
So let's not call it :)
Signed-off-by: Brice Figureau <brice-puppet at daysofwonder.com>
diff --git a/lib/puppet/util/monkey_patches.rb b/lib/puppet/util/monkey_patches.rb
index e035afd..9664ff3 100644
--- a/lib/puppet/util/monkey_patches.rb
+++ b/lib/puppet/util/monkey_patches.rb
@@ -1,4 +1,7 @@
-Process.maxgroups = 1024
+
+unless defined? JRUBY_VERSION
+ Process.maxgroups = 1024
+end
module RDoc
def self.caller(skip=nil)
--
Puppet packaging for Debian
More information about the Pkg-puppet-devel
mailing list