Update Chef to 15.3.14 in the Vagrant config

Add the switch to accept the license
This commit is contained in:
Greg Karékinian 2019-10-08 18:22:11 +02:00
parent 6ea0498490
commit 7f57caddf9

5
Vagrantfile vendored
View File

@ -83,8 +83,9 @@ Vagrant.configure(2) do |config|
# SHELL
config.vm.provision :chef_zero do |chef|
chef.version = '14.11.21'
chef.cookbooks_path = ['site-cookbooks']
chef.version = '15.3.14'
chef.arguments = "--chef-license accept"
chef.cookbooks_path = ['cookbooks', 'site-cookbooks']
chef.data_bags_path = 'data_bags'
chef.roles_path = 'roles'
chef.node_name = "vagrant-node"