Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created March 13, 2013 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matschaffer/5156330 to your computer and use it in GitHub Desktop.
Save matschaffer/5156330 to your computer and use it in GitHub Desktop.
[2013-03-13T21:13:23+00:00] 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:
/var/lib/gems/1.8/gems/chef-10.16.4/bin/../lib/chef/node/attribute.rb:449:in `method_missing'
/var/lib/gems/1.8/gems/chef-10.16.4/bin/../lib/chef/node.rb:346:in `send'
/var/lib/gems/1.8/gems/chef-10.16.4/bin/../lib/chef/node.rb:346:in `method_missing'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment