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
[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'
The text was updated successfully, but these errors were encountered:
[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 thisto:
node.set["key"] = "value"
# ThisCalled from:
/tmp/chef-solo/cookbooks/papertrail/recipes/default.rb:83:in `from_file'
The text was updated successfully, but these errors were encountered: