From 62dc7fc33d2d60eb558d9c9c21845a957621507b Mon Sep 17 00:00:00 2001 From: axeloz Date: Wed, 13 Nov 2019 21:17:50 +0100 Subject: [PATCH] Fixing Chef license issue --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index a41e9bc..dd642f9 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -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