Fixing Chef license issue

This commit is contained in:
Axel 2019-11-13 21:17:50 +01:00 committed by GitHub
parent 292f7e8ada
commit 62dc7fc33d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
Vagrantfile vendored
View file

@ -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