Fix misleading comments in Vagrantfile

This commit is contained in:
Mitchell Hashimoto 2011-03-01 13:06:35 -08:00
parent 2cfa79ac6d
commit 88abc5f9b0
1 changed files with 1 additions and 1 deletions

View File

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