Get rid of chef json "merge" in default Vagrantfile

This commit is contained in:
Mitchell Hashimoto 2011-07-30 10:28:38 -07:00
parent 0e7ccf86bc
commit 070f20dad7
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ Vagrant::Config.run do |config|
# chef.add_role "web"
#
# # You may also specify custom JSON attributes:
# chef.json.merge!({ :mysql_password => "foo" })
# chef.json = { :mysql_password => "foo" }
# end
# Enable provisioning with chef server, specifying the chef server URL,