Update the vagrant box used
This commit is contained in:
parent
46e36a3528
commit
7c5f066af6
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue