changed distro

Swapped ubuntu/precise32 for hashicorp/presice64
Seems to be way faster for setup.
This commit is contained in:
Brett Costabile 2015-12-01 19:50:47 -05:00
parent c0986abf4a
commit 948d705fe8

2
vagrant/Vagrantfile vendored
View File

@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
# options are documented and commented below. For a complete reference, # options are documented and commented below. For a complete reference,
# please see the online documentation at vagrantup.com. # please see the online documentation at vagrantup.com.
config.vm.box = "ubuntu/precise32" config.vm.box = "hashicorp/precise64"
# Note: if it complains about guest extension versions, you can manually install them # Note: if it complains about guest extension versions, you can manually install them
# because each VirtualBox installation has the capability of mounting an ISO virtual # because each VirtualBox installation has the capability of mounting an ISO virtual