Adding vagrant's base box as the default box_url for vagrant

This commit is contained in:
Vitor Pellegrino 2010-07-19 12:16:29 -03:00 committed by Mitchell Hashimoto
parent aa32d594ca
commit 0c5c938250
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ Vagrant::Config.run do |config|
config.vm.auto_port_range = (2200..2250)
config.vm.box_ovf = "box.ovf"
config.vm.box_url = "http://files.vagrantup.com/base.box"
config.vm.base_mac = "0800279C2E42"
config.vm.forward_port("ssh", 22, 2222, :auto => true)
config.vm.disk_image_format = 'VMDK'