Fixing Chef license issue
This commit is contained in:
parent
292f7e8ada
commit
62dc7fc33d
1 changed files with 1 additions and 0 deletions
1
Vagrantfile
vendored
1
Vagrantfile
vendored
|
@ -102,6 +102,7 @@ Vagrant.configure("2") do |config|
|
|||
# SHELL
|
||||
|
||||
config.vm.provision "chef_solo" do |chef|
|
||||
chef.custom_config_path = "CustomConfiguration.chef"
|
||||
chef.add_recipe "lamp"
|
||||
end
|
||||
|
||||
|
|
Reference in a new issue