Issue #3127 has been updated by James Turnbull. Status changed from Investigating to Ready For Testing Target version set to 2.6.8 Branch set to https://github.com/jamtur01/puppet/tree/tickets/2.6.x/3127
---------------------------------------- Bug #3127: gem provider will incorrectly consider gem with similar name is installed https://projects.puppetlabs.com/issues/3127 Author: Byron Appelt Status: Ready For Testing Priority: Normal Assignee: Category: Target version: 2.6.8 Affected Puppet version: 0.25.4 Keywords: Branch: https://github.com/jamtur01/puppet/tree/tickets/2.6.x/3127 If I have: package { "json": ensure => installed, provider => gem, require => Exec["ruby setup.rb"] } while a gem called "json_pure" is installed, the "json" gem will not be installed since there is already a gem starting with the same name. -- 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.
