Method: Chef::EventDispatch::Base#cookbook_resolution_failed
- Defined in:
- lib/chef/event_dispatch/base.rb
#cookbook_resolution_failed(expanded_run_list, exception) ⇒ Object
Called when there is an error getting the cookbook collection from the server.
90 |
# File 'lib/chef/event_dispatch/base.rb', line 90 def cookbook_resolution_failed(, exception); end |