vagrantfile: update base image name to Bento, from Chef

This commit is contained in:
clint shryock 2015-10-16 14:00:23 -05:00
parent 5a9a89cde6
commit 347f9c0bea
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -42,7 +42,7 @@ source /etc/profile.d/gopath.sh
SCRIPT
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "chef/ubuntu-12.04"
config.vm.box = "bento/ubuntu-12.04"
config.vm.hostname = "terraform"
config.vm.provision "shell", inline: $script, privileged: false