class Beaker::VagrantCustom

Public Instance Methods

make_vfile(hosts, options = {}) click to toggle source
# File lib/beaker/hypervisor/vagrant_custom.rb, line 8
def make_vfile hosts, options = {}
  FileUtils.mkdir_p(@vagrant_path)
  FileUtils.cp(@options[:vagrantfile_path], @vagrant_file)
end
provision(provider = nil) click to toggle source
Calls superclass method Beaker::Vagrant#provision
# File lib/beaker/hypervisor/vagrant_custom.rb, line 4
def provision(provider = nil)
  super
end