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