diff --git a/website/docs/source/v2/provisioning/chef_client.html.md b/website/docs/source/v2/provisioning/chef_client.html.md index fa8e2aa6e..a22ddcc47 100644 --- a/website/docs/source/v2/provisioning/chef_client.html.md +++ b/website/docs/source/v2/provisioning/chef_client.html.md @@ -33,7 +33,7 @@ that the node can register with the Chef Server: ```ruby Vagrant.configure("2") do |config| config.vm.provision "chef_client" do |chef| - chef.chef_server_url = "http://mychefserver.com:4000/" + chef.chef_server_url = "http://mychefserver.com" chef.validation_key_path = "validation.pem" end end