Use shell provisioner

This commit is contained in:
John H. Robinson, IV 2015-10-11 09:55:36 -07:00
parent d7c27bbcf1
commit d2e8a8de90
1 changed files with 3 additions and 0 deletions

3
Vagrantfile vendored
View File

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