From 7c5f066af6267366c037e2473b5e0a78fda60783 Mon Sep 17 00:00:00 2001 From: Tyler Tidman Date: Fri, 15 Jan 2016 15:41:45 -0500 Subject: [PATCH] Update the vagrant box used --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 8397a0fd6..dab817f56 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -29,7 +29,7 @@ sudo apt-get install -y curl git-core zip SCRIPT Vagrant.configure(2) do |config| - config.vm.box = "chef/ubuntu-12.04" + config.vm.box = "bento/ubuntu-12.04" config.vm.provision "shell", inline: $script