Module KnifeSolo::SshCommand
In: lib/knife-solo/ssh_command.rb

Methods

Public Class methods

Public Instance methods

TODO:

  • move this to a dedicated "portability" module?
  • use ruby in all cases instead?

Runs commands from the specified array until successful. Returns the result of the successful command or an ExecResult with exit_code 1 if all fail.

[Validate]