Sha256: 49afffd3ce6d5644a328901ba115c399365c0ce9c2b5f5b37d40cc4cb962ee95

Contents?: true

Size: 277 Bytes

Versions: 2

Compression:

Stored size: 277 Bytes

Contents

require 'beaker/hypervisor/vagrant'

class Beaker::VagrantCustom < Beaker::Vagrant
  def provision(provider = nil)
    super
  end

  def make_vfile hosts, options = {}
    FileUtils.mkdir_p(@vagrant_path)
    FileUtils.cp(@options[:vagrantfile_path], @vagrant_file)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
beaker-vagrant-0.7.1 lib/beaker/hypervisor/vagrant_custom.rb
beaker-vagrant-0.7.0 lib/beaker/hypervisor/vagrant_custom.rb