Get rid of chef json "merge" in default Vagrantfile
This commit is contained in:
parent
0e7ccf86bc
commit
070f20dad7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue