class Chef::Exceptions::CannotDetermineNodeName

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/chef/exceptions.rb, line 63
def initialize
  super "Unable to determine node name: configure node_name or configure the system's hostname and fqdn"
end