Sha256: c2d1427ef801f5b00401dcea3a4a3f3262231a74be3482072673bc7f52349668

Contents?: true

Size: 510 Bytes

Versions: 16

Compression:

Stored size: 510 Bytes

Contents

Vagrant::Config.run do |config|
  # This Vagrantfile is auto-generated by `vagrant package` to contain
  # the MAC address of the box. Custom configuration should be placed in
  # the actual `Vagrantfile` in this box.
  config.vm.base_mac = "<%= macaddress %>"
end

# Load include vagrant file if it exists after the auto-generated
# so it can override any of the settings
include_vagrantfile = File.expand_path("../include/_Vagrantfile", __FILE__)
load include_vagrantfile if File.exist?(include_vagrantfile)

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
veewee-0.5.0.alpha4 lib/veewee/templates/Vagrantfile.erb
veewee-0.5.0.alpha3 lib/veewee/templates/Vagrantfile.erb
veewee-0.5.0.alpha2 lib/veewee/templates/Vagrantfile.erb
veewee-0.5.0.alpha1 lib/veewee/templates/Vagrantfile.erb
veewee-0.4.5.1 lib/veewee/templates/Vagrantfile.erb
veewee-0.4.5 lib/veewee/templates/Vagrantfile.erb
veewee-0.4.5.pre1 lib/veewee/templates/Vagrantfile.erb
veewee-0.4.4 lib/veewee/templates/Vagrantfile.erb
veewee-0.4.3 lib/veewee/templates/Vagrantfile.erb
veewee-0.4.2 lib/veewee/templates/Vagrantfile.erb
veewee-0.4.1 lib/veewee/templates/Vagrantfile.erb
veewee-0.4.0 lib/veewee/templates/Vagrantfile.erb
veewee-0.3.12 lib/veewee/templates/Vagrantfile.erb
veewee-0.3.11 lib/veewee/templates/Vagrantfile.erb
veewee-0.3.10 lib/veewee/templates/Vagrantfile.erb
veewee-0.3.9 lib/veewee/templates/Vagrantfile.erb