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
Deprecated features used!
"method access to node attributes (node.foo.bar) is deprecated and will be removed in Chef 13, please use bracket syntax (node["foo"]["bar"]) at 3 locations:
- /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-handler-mail-0.1.2/lib/chef/handler/mail.rb:36:in `report'
- (erubis):1:in `block in evaluate'
- /opt/chef/embedded/lib/ruby/gems/2.1.0/gems/chef-handler-mail-0.1.2/lib/chef/handler/mail.rb:55:in `report'
The text was updated successfully, but these errors were encountered:
This resolveskisoku#16
Using `node.fqdn` was removed in newer versions of Chef and breaks this handler.
Signed-off-by: Lance Albertson <[email protected]>
The text was updated successfully, but these errors were encountered: