Method: Configure#queue_remote_command
- Defined in:
- lib/maws/commands/configure.rb
#queue_remote_command(instance, name, command) ⇒ Object
132 133 134 |
# File 'lib/maws/commands/configure.rb', line 132 def queue_remote_command(instance, name, command) queue_ssh_action(instance) {|ssh| do_remote_command(ssh, instance, name, command)} end |