chef-cookbooks / chef-ingredient

Primitives for managing Chef products and packages
https://supermarket.chef.io/cookbooks/chef-ingredient
Apache License 2.0
45 stars 54 forks source link

Add rubygems_url parameter to chef_ingredient #268

Closed ramereth closed 3 years ago

ramereth commented 3 years ago

This adds a rubygems_url to the chef_ingredient resource which will allow community distributions to install their patched version of mixlib-install and thus allow this resource to work as-is otherwise for their users.

This mimics the rubygems_url parameter used in the chef_client_updater cookbook and resource for similar reasons.

In addition:

Signed-off-by: Lance Albertson lance@osuosl.org