Skip to content

Commit 1d43b5c

Browse files
committed
1 parent a4f8f51 commit 1d43b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Vagrantfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
99
# options are documented and commented below. For a complete reference,
1010
# please see the online documentation at vagrantup.com.
1111

12-
config.vm.box = "quantal64"
12+
config.vm.box = "precise64"
1313

14-
config.vm.box_url = "http://cloud-images.ubuntu.com/vagrant/quantal/current/quantal-server-cloudimg-amd64-vagrant-disk1.box"
14+
config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box"
1515

1616
# Create a forwarded port mapping which allows access to a specific port
1717
# within the machine from a port on the host machine. In the example below,

0 commit comments

Comments
 (0)