Skip to content

Commit

Permalink
Get rid of chef json "merge" in default Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jul 30, 2011
1 parent 0e7ccf8 commit 070f20d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/commands/init/Vagrantfile.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 070f20d

Please sign in to comment.