Vagrantfile: add chef debugging option
This commit is contained in:
parent
66307918c2
commit
900a2e9103
3
Vagrantfile
vendored
3
Vagrantfile
vendored
@ -73,6 +73,8 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
shell.args = "11.8.2"
|
||||
end
|
||||
node.vm.provision :chef_solo do |chef|
|
||||
# Verbose logging
|
||||
#chef.arguments = '-l debug'
|
||||
chef.cookbooks_path = "cookbooks"
|
||||
chef.data_bags_path = "data_bags"
|
||||
chef.roles_path = "roles"
|
||||
@ -91,5 +93,4 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user