init command should mention :chef_client provisioner instead of :chef_server [closes GH-464]
This commit is contained in:
parent
3f9a2814c7
commit
a42ab2ce20
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue