class Chef::Knife::Bootstrap::RemoteExecutionFailed

def initialize(hostname, command, result)

def initialize(hostname, command, result)
  @hostname = hostname
  @exit_status = result.exit_status
  @stderr = result.stderr
  @stdout = result.stdout
end