You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
In the Vagrantfile, you can change lines 12 and 16 to spin up a different vm. I changed mine to:
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "ubuntu"
# The url from where the 'config.vm.box' box will be fetched if it
# doesn't already exist on the user's system.
config.vm.box_url = "https://github.com/jose-lpa/packer-ubuntu_14.04/releases/download/v2.0/ubuntu-14.04.box"
The Vagrant file references a Vagrant box that cannot be downloaded. The url to this file (on Dropbox) is not working.
Is there an alternative box that can be used? I tried http://cloud-images.ubuntu.com/vagrant/quantal/current/quantal-server-cloudimg-amd64-vagrant-disk1.box but it doesn't work out of the box.
The text was updated successfully, but these errors were encountered: