Class: VagrantSandbox::Command

Inherits:
Vagrant::Command::Base
  • Object
show all
Defined in:
lib/vagrant-sandbox/command.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



6
7
8
9
# File 'lib/vagrant-sandbox/command.rb', line 6

def execute
  command = (sandbox_command || []).join(" ")
  target_vms.each { |vm| execute_on_vm(vm, command) }
end