diff --git a/Vagrantfile b/Vagrantfile index 4e7de96..6d31589 100755 --- a/Vagrantfile +++ b/Vagrantfile @@ -131,6 +131,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # chef.validation_client_name = "ORGNAME-validator" # Enable provisioning with shell script - #config.vm.provision :shell, :path => "bootstrap.sh" + config.vm.provision :shell, :path => "bootstrap.sh" end