Class: VagrantSandbox::Command
- Inherits:
-
Vagrant::Command::Base
- Object
- Vagrant::Command::Base
- VagrantSandbox::Command
- Defined in:
- lib/vagrant-sandbox/command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
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 |