Issue #15346 has been updated by Jeff McCune.

Assignee deleted (Jeff McCune)


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

Author: Eric Stonfer
Status: Merged - Pending Release
Priority: Normal
Assignee: 
Category: provider
Target version: 2.7.20
Affected Puppet version: 
Keywords: 
Branch: https://github.com/puppetlabs/puppet/pull/889


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