Method: Chef::Formatters::Minimal#registration_failed
- Defined in:
- lib/chef/formatters/minimal.rb
#registration_failed(node_name, exception, config) ⇒ Object
Failed to register this client with the server.
60 61 62 |
# File 'lib/chef/formatters/minimal.rb', line 60 def registration_failed(node_name, exception, config) super end |