From 88abc5f9b0fb4bfd690ee9a071bab2e4919c0c8a Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 1 Mar 2011 13:06:35 -0800 Subject: [PATCH] Fix misleading comments in Vagrantfile --- templates/commands/init/Vagrantfile.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/commands/init/Vagrantfile.erb b/templates/commands/init/Vagrantfile.erb index 44f7cfba6..f08f854b8 100644 --- a/templates/commands/init/Vagrantfile.erb +++ b/templates/commands/init/Vagrantfile.erb @@ -35,7 +35,7 @@ Vagrant::Config.run do |config| # chef.add_role "web" # # # You may also specify custom JSON attributes: - # chef.json = { :mysql_password => "foo" } + # chef.json.merge!({ :mysql_password => "foo" }) # end # Enable provisioning with chef server, specifying the chef server URL,