chef / knife-windows

Plugin for Chef's knife tool for working with Windows nodes
Apache License 2.0
152 stars 110 forks source link

adding client.rb rubygems_url if exists in knife.rb or Chef::Config[:… #418

Closed juanxhos closed 4 years ago

juanxhos commented 7 years ago

So normally Chef::Config[:rubygems_url] catch https://rubygems.org, but in order to change it besides gemrc in user profile (that only works for prompt env). Also can be added to client.rb as

rubygems_url "https://exmple.rubygems.mirror.com"

I if think, is needed to change rspecs for this.