From d2e8a8de902cc50f26c6564b345abedfdece8024 Mon Sep 17 00:00:00 2001 From: "John H. Robinson, IV" Date: Sun, 11 Oct 2015 09:55:36 -0700 Subject: [PATCH] Use shell provisioner --- Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Vagrantfile b/Vagrantfile index 7e8de7d..67ff6ec 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -119,4 +119,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # chef-validator, unless you changed the configuration. # # chef.validation_client_name = "ORGNAME-validator" + + # Shell provisioner + config.vm.provision "shell", path: "vagrant.sh" end