chef / cookbook-omnifetch

Fetch Chef Cookbooks from Various Sources to a Local Cache
Apache License 2.0
6 stars 9 forks source link

Fix 'chef install foo.lock.json' cookbook loading from Artifactory #24

Closed mattray closed 5 years ago

mattray commented 5 years ago

Because the options for the http_client might not be stored in the .lock.json, the http_client was a null object.

Artifactory artifacts were also being cached within 'artifactserver' instead of 'artifactory'.

Fixes https://github.com/chef/chef-dk/issues/1943

Signed-off-by: Matt Ray matthewhray@gmail.com

mattray commented 5 years ago

Customer is using this patch in production with Artifactory and reports it works fine.