Update Chef to 15.3.14 in the Vagrant config
Add the switch to accept the license
This commit is contained in:
parent
6ea0498490
commit
7f57caddf9
5
Vagrantfile
vendored
5
Vagrantfile
vendored
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user