Exception: Chef::Exceptions::CannotDetermineNodeName
- Defined in:
- lib/chef/exceptions.rb
Instance Method Summary collapse
-
#initialize ⇒ CannotDetermineNodeName
constructor
A new instance of CannotDetermineNodeName.
Constructor Details
#initialize ⇒ CannotDetermineNodeName
Returns a new instance of CannotDetermineNodeName.
55 56 57 |
# File 'lib/chef/exceptions.rb', line 55 def initialize super "Unable to determine node name: configure node_name or configure the system's hostname and fqdn" end |