Revert "Update Chef to 14.11.21"

This reverts commit 2f599ffd6d.
This commit is contained in:
Greg Karékinian
2019-04-03 10:30:24 +02:00
parent c63e382586
commit db4b45b5c2
5 changed files with 17 additions and 17 deletions

4
Vagrantfile vendored
View File

@@ -12,7 +12,7 @@ Vagrant.configure(2) do |config|
# Every Vagrant development environment requires a box. You can search for
# boxes at https://atlas.hashicorp.com/search.
config.vm.box = "bento/ubuntu-18.04"
config.vm.box = "bento/ubuntu-16.04"
config.vm.provider :virtualbox do |vb|
# Customize the amount of memory on the VM:
@@ -83,7 +83,7 @@ Vagrant.configure(2) do |config|
# SHELL
config.vm.provision :chef_zero do |chef|
chef.version = '14.11.21'
chef.version = '12.21.3'
chef.cookbooks_path = ['cookbooks', 'site-cookbooks']
chef.data_bags_path = 'data_bags'
chef.roles_path = 'roles'