Module: VagrantPlugins::LibcloudHelper::Action
- Includes:
- Vagrant::Action::Builtin
- Defined in:
- lib/vagrant-libcloud-helper/action.rb,
lib/vagrant-libcloud-helper/action/allocate_sata_ports.rb
Defined Under Namespace
Classes: AllocateSataPorts
Class Method Summary collapse
Class Method Details
.allocate_sata_ports ⇒ Object
11 12 13 14 15 16 |
# File 'lib/vagrant-libcloud-helper/action.rb', line 11 def self.allocate_sata_ports Vagrant::Action::Builder.new.tap do |builder| builder.use ConfigValidate builder.use AllocateSataPorts end end |