Method: Chef::EventDispatch::Base#converge_failed
- Defined in:
- lib/chef/event_dispatch/base.rb
#converge_failed(exception) ⇒ Object
Called if the converge phase fails
274 |
# File 'lib/chef/event_dispatch/base.rb', line 274 def converge_failed(exception); end |