Skip to content
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

Fix deprecated node[] set #5

Closed
mheffner opened this issue Dec 7, 2012 · 1 comment · Fixed by #7
Closed

Fix deprecated node[] set #5

mheffner opened this issue Dec 7, 2012 · 1 comment · Fixed by #7

Comments

@mheffner
Copy link
Contributor

mheffner commented Dec 7, 2012

[Fri, 07 Dec 2012 19:24:25 +0000] WARN: Setting attributes without specifying a precedence is deprecated and will be
removed in Chef 11.0. To set attributes at normal precedence, change code like:
node["key"] = "value" # Not this
to:
node.set["key"] = "value" # This

Called from:
/tmp/chef-solo/cookbooks/papertrail/recipes/default.rb:83:in `from_file'

@sentience
Copy link

This issue should be closed since #7 was merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants