Issue #15346 has been updated by Jeff McCune.

Status changed from In Topic Branch Pending Review to Tests Insufficient

I'm writing some tests to cover this behavior change now.  I'll be working in a 
topic branch named ticket/2.7.x/15346_add_gem_source_parameter in my own github 
repository.
----------------------------------------
Bug #15346: puppet allows the use of source as a parameter to the gem command, 
but it doesn't use source when doing a gem list even when source is specified
https://projects.puppetlabs.com/issues/15346#change-69084

Author: Eric Stonfer
Status: Tests Insufficient
Priority: Normal
Assignee: Jeff McCune
Category: 
Target version: 
Affected Puppet version: 
Keywords: 
Branch: 


I've submitted https://github.com/puppetlabs/puppet/pull/889 to add the use of 
the --source parameter to gem list when installing a gem package, and 
specifying the source.

package {"json_pure":
  ensure => installed,
  source => "http://myrepo/gems";,
  provider => gem,
}

right now this will search all repos for the json_pure gem, instead of just the 
specified repository.


-- 
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