Skip to content

Instantly share code, notes, and snippets.

@masterzen
Created March 15, 2010 15:51
Show Gist options
  • Select an option

  • Save masterzen/332969 to your computer and use it in GitHub Desktop.

Select an option

Save masterzen/332969 to your computer and use it in GitHub Desktop.
diff --git a/lib/puppet/util/monkey_patches.rb b/lib/puppet/util/monkey_patches.rb
index 7ce1ccc..a9db622 100644
--- a/lib/puppet/util/monkey_patches.rb
+++ b/lib/puppet/util/monkey_patches.rb
@@ -1,4 +1,4 @@
-Process.maxgroups = 1024
+#Process.maxgroups = 1024
module RDoc
def self.caller(skip=nil)
in_gem_wrapper = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment