Skip to content
This repository has been archived by the owner on Aug 22, 2022. It is now read-only.

Commit

Permalink
Move the vagrant xenial base image to the Vagrant Atlas repository
Browse files Browse the repository at this point in the history
To better handle box versioning and updates.
  • Loading branch information
antoviaque committed May 2, 2016
1 parent cbb0b09 commit b56e4a7
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 @@ -4,7 +4,6 @@
Vagrant.configure(2) do |config|
# TODO: Switch back to the official box once it is released
config.vm.box = 'opencraft/xenial64'
config.vm.box_url = 'http://opencraft.com/files/vagrant-opencraft-xenial64.box'
config.vm.synced_folder '.', '/vagrant', disabled: true
config.vm.synced_folder '.', '/home/vagrant/opencraft'

Expand Down

0 comments on commit b56e4a7

Please sign in to comment.