Method: Chef::EventDispatch::Base#cookbook_sync_failed
- Defined in:
- lib/chef/event_dispatch/base.rb
#cookbook_sync_failed(cookbooks, exception) ⇒ Object
Called when an error occurs during cookbook sync
116 |
# File 'lib/chef/event_dispatch/base.rb', line 116 def cookbook_sync_failed(cookbooks, exception); end |