We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f8f51 commit 1d43b5cCopy full SHA for 1d43b5c
Vagrantfile
@@ -9,9 +9,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
9
# options are documented and commented below. For a complete reference,
10
# please see the online documentation at vagrantup.com.
11
12
- config.vm.box = "quantal64"
+ config.vm.box = "precise64"
13
14
- config.vm.box_url = "http://cloud-images.ubuntu.com/vagrant/quantal/current/quantal-server-cloudimg-amd64-vagrant-disk1.box"
+ config.vm.box_url = "https://cloud-images.ubuntu.com/vagrant/precise/current/precise-server-cloudimg-amd64-vagrant-disk1.box"
15
16
# Create a forwarded port mapping which allows access to a specific port
17
# within the machine from a port on the host machine. In the example below,
0 commit comments