Skip to content

Commit c72fa0f

Browse files
committed
Added box.url in vagrantfile
1 parent 839d403 commit c72fa0f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Vagrantfile

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ VAGRANTFILE_API_VERSION = "2"
22

33
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
44
config.vm.box = "ubuntu/trusty64"
5+
config.vm.box_url = 'https://vagrantcloud.com/ubuntu/boxes/trusty64/versions/14.04/providers/virtualbox.box'
6+
57
config.vm.network :forwarded_port, guest:4444, host:4444
68
config.vm.network :private_network, ip: "192.168.33.10"
79
config.vm.provision "shell", path: "script.sh"

0 commit comments

Comments
 (0)