Skip to content

Commit

Permalink
Uncomment config.vm.provision
Browse files Browse the repository at this point in the history
  • Loading branch information
gmacario committed Apr 20, 2014
1 parent c6a6ab6 commit 92c94d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 92c94d6

Please sign in to comment.