mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-05-28 04:36:05 -04:00
Update chef_client.html.md
This commit is contained in:
parent
a53156e426
commit
0ea21b686f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue