Update Chef to 12.20.3
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -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|
|
||||
|
||||
Reference in New Issue
Block a user