Skip to content

Commit

Permalink
Remove box.url - it is not needed and not valid
Browse files Browse the repository at this point in the history
`vagrant up` failed when the URL was there with "The requested URL returned error: 404 Not Found". If the URL is removed, vagrant will find the box using its Atlas name, which works.
  • Loading branch information
Jakub Holy committed Apr 28, 2015
1 parent 7b40d29 commit 5611628
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ VAGRANTFILE_API_VERSION = "2"
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# Every Vagrant virtual environment requires a box to build off of.
config.vm.box = "ubuntu/trusty64"
config.vm.box_url = "https://vagrantcloud.com/ubuntu/boxes/trusty64/versions/1/providers/virtualbox.box"

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

0 comments on commit 5611628

Please sign in to comment.