Merge pull request #5800 from jjasghar/patch-1
Update chef_client.html.md
This commit is contained in:
commit
35bcc9f6c6
|
@ -8,7 +8,7 @@ sidebar_current: "provisioning-chefclient"
|
|||
**Provisioner name: `chef_client`**
|
||||
|
||||
The Chef Client provisioner allows you to provision the guest using
|
||||
[Chef](http://www.opscode.com/chef/), specifically by connecting
|
||||
[Chef](http://www.chef.io/chef/), specifically by connecting
|
||||
to an existing Chef Server and registering the Vagrant machine as a
|
||||
node within your infrastructure.
|
||||
|
||||
|
@ -65,7 +65,7 @@ server itself.
|
|||
|
||||
## Environments
|
||||
|
||||
You can specify the [environment](http://wiki.opscode.com/display/chef/Environments)
|
||||
You can specify the [environment](http://docs.chef.io/environments.html)
|
||||
for the node to come up in using the `environment` configuration option:
|
||||
|
||||
```ruby
|
||||
|
|
Loading…
Reference in New Issue