Issue #6530 has been updated by Jonas Genannt.

Oh! I didn't know that rubygems will change the defaults.

So have reworked my patch against the new information from Ben. This patch now 
have defaults to *not* generate the docs.

Please see here:

https://github.com/hggh/puppet/commit/17404d20148d9b0a4a1892d8431cbdb3c4359bc1
----------------------------------------
Feature #6530: Do not generate rdoc and ri docs when installing gem packages
https://projects.puppetlabs.com/issues/6530

Author: Jonas Genannt
Status: Needs design decision
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.

Reply via email to