From 948d705fe8d1527ff18f987fb6d871642359b0ea Mon Sep 17 00:00:00 2001 From: Brett Costabile Date: Tue, 1 Dec 2015 19:50:47 -0500 Subject: [PATCH] changed distro Swapped ubuntu/precise32 for hashicorp/presice64 Seems to be way faster for setup. --- vagrant/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/Vagrantfile b/vagrant/Vagrantfile index 938bdca5..d12b6fd5 100644 --- a/vagrant/Vagrantfile +++ b/vagrant/Vagrantfile @@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # options are documented and commented below. For a complete reference, # 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 # because each VirtualBox installation has the capability of mounting an ISO virtual