-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chef 12.0.1 Fails To knife exec Any Script #2609
Comments
Thanks, looks like a cyclic dependency. @sersut seems to have found it |
The issue here is that We should definitely fix this in 12.0.2. |
Hard to say exactly where to fix it right without some major refactoring because the priority map is necessarily tightly coupled to the providers themselves, which are tightly coupled to the resources via load_current_resource, and the resource base class itself is tightly coupled to the provider_resolver which needs the priority_map. |
This issue with |
This appears to be related to the same root Chef Client issue as chefspec/chefspec#534
Running the identical simple knife exec script with Chef 12.0.1 fails, and succeeds with Chef 11.12.2
If I run from the embedded Chef 11.12.2, no problem
The text was updated successfully, but these errors were encountered: