Exception: Chef::Exceptions::CannotDetermineNodeName

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/chef/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initializeCannotDetermineNodeName

Returns a new instance of CannotDetermineNodeName.



65
66
67
# File 'lib/chef/exceptions.rb', line 65

def initialize
  super "Unable to determine node name: configure node_name or configure the system's hostname and fqdn"
end