You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With node['supermarket_omnibus']['package_url'] set to our internal Nexus URL for the package, which mirrors the chef-stable yum repo of Chef, the chef run downloads the RPM every time.
Steps to Reproduce:
Our wrapper cookbook sets node['supermarket_omnibus']['package_url'] to our internal Nexus repo, which mirrors the chef-stable yum repo of Chef.
Expected Result:
the chef run should only download this once
Actual Result:
We're seeing the rpm being downloaded on every chef run
Cookbook version
3.0.0
Chef-client version
13.8.5
Platform Details
redhat 7.5 in AWS
Scenario:
With node['supermarket_omnibus']['package_url'] set to our internal Nexus URL for the package, which mirrors the chef-stable yum repo of Chef, the chef run downloads the RPM every time.
Steps to Reproduce:
Our wrapper cookbook sets node['supermarket_omnibus']['package_url'] to our internal Nexus repo, which mirrors the chef-stable yum repo of Chef.
Expected Result:
the chef run should only download this once
Actual Result:
We're seeing the rpm being downloaded on every chef run
The text was updated successfully, but these errors were encountered: