Method: Chef::EventDispatch::Base#resource_failed
- Defined in:
- lib/chef/event_dispatch/base.rb
#resource_failed(resource, action, exception) ⇒ Object
Called when a resource fails and will not be retried.
339 |
# File 'lib/chef/event_dispatch/base.rb', line 339 def resource_failed(resource, action, exception); end |