Issue #19140 has been updated by Jason Parsons.
This patch gives me the following error: puppet-agent[8092]: (/Stage[main]/Razor::Ruby/Package[require_all]/ensure) change from absent to present failed: Could not set 'present on ensure: uninitialized constant Gem at /etc/puppet/modules/forge/razor/manifests/ruby.pp:53 Adding require 'rubygems' to the line prior to the if statement resolved the error for me. Thank you. - Jason Parsons ---------------------------------------- Bug #19140: package provider Gem uses --include-dependency => does not work with gem 2.0.0-rc2 https://projects.puppetlabs.com/issues/19140#change-84511 Author: Xavier Nicollet Status: Accepted Priority: Normal Assignee: Category: package Target version: 3.1.x Affected Puppet version: Keywords: Branch: Puppet should not use --include-dependency for gem >= gem 2.0.0-rc2, because the switch is not supported anymore. I have submitted a bug report to gem: https://github.com/rubygems/rubygems/issues/446 Should be handled before rubygems 2.0.0 is widely used. Cheers, -- 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 unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
