Method: Chef::EventDispatch::Base#registration_failed
- Defined in:
- lib/chef/event_dispatch/base.rb
#registration_failed(node_name, exception, config) ⇒ Object
Failed to register this client with the server.
60 |
# File 'lib/chef/event_dispatch/base.rb', line 60 def registration_failed(node_name, exception, config); end |