# File lib/knife-solo/node_config_command.rb, line 57
    def node_name
      # host method must be defined by the including class
      config[:chef_node_name] || host
    end