Issue #6530 has been updated by James Turnbull. Status changed from Needs Decision to Duplicate
This duplicates #915 - I'm also going to change the defaults of the gem provider to --no-ri and no-rdoc because I think that's why 90% of people want this patch. ---------------------------------------- Feature #6530: Do not generate rdoc and ri docs when installing gem packages https://projects.puppetlabs.com/issues/6530 Author: Jonas Genannt Status: Duplicate Priority: Normal Assignee: Nigel Kersten Category: package Target version: Affected Puppet version: Keywords: gem Branch: I have created an patch for puppet. With this patch you can disabled to generate the RI and Rdoc generation on installing gem packages with the package provider. This will speed up the installation of gem packages. package { "rails": ensure => "3.0.0", provider => gem, doc => false } -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
