From 64f78cc7440b7015fdda7d8cb7d6d5e0a4cb446f Mon Sep 17 00:00:00 2001 From: "Charles T. Betz" Date: Wed, 25 Feb 2015 22:23:36 -0600 Subject: [PATCH] not sure how this got changed back to precise64 --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 3ccbac5..e5ece1d 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,7 +4,7 @@ Vagrant.configure(2) do |config| - config.vm.box = "precise64" + config.vm.box = "config.vm.box = "opscode-ubuntu-14.04a"" config.ssh.private_key_path = "~/.ssh/insecure_private_key" end