7 lines
263 B
Plaintext
7 lines
263 B
Plaintext
|
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
|