[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:03:21 UTC 2010


The following commit has been merged in the upstream branch:
commit 1f086c28118075aa8cccc2edcdd44ae64b3a5750
Author: Markus Roberts <Markus at reality.com>
Date:   Thu Jan 28 10:06:06 2010 -0800

    Fix for #3114 (ruby's arbitrary limit on process groups too low)
    
    In some circumstances ruby's arbitrary limit on process groups is too
    low (32).  This patch raises the limit in the recommended manner, to
    a value which should suffice in all practical cases (1024).

diff --git a/lib/puppet/util/monkey_patches.rb b/lib/puppet/util/monkey_patches.rb
index 6e438bc..7ce1ccc 100644
--- a/lib/puppet/util/monkey_patches.rb
+++ b/lib/puppet/util/monkey_patches.rb
@@ -1,3 +1,4 @@
+Process.maxgroups = 1024
 module RDoc 
     def self.caller(skip=nil)
         in_gem_wrapper = false

-- 
Puppet packaging for Debian



More information about the Pkg-puppet-devel mailing list