Update chef_client.html.md

This commit is contained in:
Mitchell Hashimoto 2014-08-12 14:07:16 -07:00
parent a53156e426
commit 0ea21b686f
1 changed files with 1 additions and 1 deletions

View File

@ -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