From d62ddb30125321241fd011b73edeb3cd8c259c12 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sat, 30 May 2015 21:39:06 -0700 Subject: [PATCH] Switch back to hashicorp/precise64 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index c9b648219..1e20fca33 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ # Ruby, run unit tests, etc. Vagrant.configure("2") do |config| - config.vm.box = "ubuntu/trusty64" + config.vm.box = "hashicorp/precise64" config.vm.hostname = "vagrant" config.ssh.shell = "bash -c 'BASH_ENV=/etc/profile exec bash'"