-
Notifications
You must be signed in to change notification settings - Fork 13
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
ERROR: can't modify frozen Chef::Node::ImmutableMash #14
Comments
The cookbook is currently not compatible with Chef 13. Chef 13 doesn't allow the way I'm inferring defaults for resources from attributes - which is the only reliable way I found to make a cookbook compatible for use with node attributes as well as wrapper-cookbooks (using providers). To upgrade this, it's probably necessary to drop attribute support completely (potentially breaking some setups) or rewriting the resource defaults using Suggestions welcome! |
Thanks to anwer @chr4 . I tried with:
Same error:
Sorry about my question, but I'm not used to use the |
This might also be because of chef-solo maybe? |
I use Thank you. |
Hi,
After some period where I did not update my server code, i'm facing the following error:
The log is:
Any idea? Thanks. :)
The text was updated successfully, but these errors were encountered: