vagrant/templates/package_Vagrantfile.erb

7 lines
263 B
Plaintext
Raw Normal View History

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 = "<%= base_mac %>"
end