Method: Baptize::Plugins::Execution#remote_execute

Defined in:
lib/baptize/plugins/execution.rb

#remote_execute(*args) ⇒ Object



25
26
27
# File 'lib/baptize/plugins/execution.rb', line 25

def remote_execute(*args)
  call_current_ssh_connection :execute, *args
end