Issue #3127 has been updated by James Turnbull.

Category set to package
Status changed from Ready For Testing to Available In Testing Branch
Priority changed from Normal to Low

available in 2.6.next in commit:d2bacd308ea214151f5c1f43ec62aad8075da41b
----------------------------------------
Bug #3127: gem provider will incorrectly consider gem with similar name is 
installed
https://projects.puppetlabs.com/issues/3127

Author: Byron Appelt
Status: Available In Testing Branch
Priority: Low
Assignee: 
Category: package
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.

Reply via email to