Issue #6530 has been updated by Ben Hughes.

Status changed from Unreviewed to Needs design decision
Assignee set to Nigel Kersten

Has unit tests (thanks!).

There is a notion to change rubygems to migrate to that being the default, but 
I see no harm in giving it as a user option (though we may later want to add 
the inverse functionality)

See https://github.com/rubygems/rubygems/pull/42
----------------------------------------
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