Make box_url nil by default

This commit is contained in:
Mitchell Hashimoto 2010-07-23 22:06:50 -07:00
parent 4ec6196b3b
commit 0e1a304cb8
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +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.box_url = nil
config.vm.base_mac = "0800279C2E42"
config.vm.forward_port("ssh", 22, 2222, :auto => true)
config.vm.disk_image_format = 'VMDK'