From 2e2f59a87b1efbb69d718caeb2c161568edec5fb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 4 Sep 2014 15:29:03 -0700 Subject: [PATCH] Vagrantfile should use a much newer Ubuntu --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 82d2d96b9..97f90085b 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -32,7 +32,7 @@ sudo apt-get install -y curl git-core zip SCRIPT Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| - config.vm.box = "chef/ubuntu-10.04" + config.vm.box = "chef/ubuntu-14.04" config.vm.provision "shell", inline: $script