init command should mention :chef_client provisioner instead of :chef_server [closes GH-464]

This commit is contained in:
Joseph Anthony Pasquale Holsten 2011-08-10 18:46:43 -05:00 committed by Mitchell Hashimoto
parent 3f9a2814c7
commit a42ab2ce20
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ Vagrant::Config.run do |config|
# HTTP instead of HTTPS depending on your configuration. Also change the
# validation key to validation.pem.
#
# config.vm.provision :chef_server do |chef|
# config.vm.provision :chef_client do |chef|
# chef.chef_server_url = "https://api.opscode.com/organizations/ORGNAME"
# chef.validation_key_path = "ORGNAME-validator.pem"
# end