Update Chef to 12.20.3

This commit is contained in:
Greg Karékinian
2017-06-16 11:43:24 +02:00
parent acd67151a0
commit 189b66a36f
4 changed files with 29 additions and 29 deletions

2
Vagrantfile vendored
View File

@@ -85,7 +85,7 @@ Vagrant.configure(2) do |config|
# Install latest Chef via Omnibus
# Needs `vagrant plugin install vagrant-omnibus`
if Vagrant.has_plugin?("vagrant-omnibus")
config.omnibus.chef_version = "12.19.36"
config.omnibus.chef_version = "12.20.3"
end
config.vm.provision :chef_zero do |chef|