Merge pull request #5800 from jjasghar/patch-1

Update chef_client.html.md
This commit is contained in:
Seth Vargo 2015-06-06 12:10:40 -04:00
commit 35bcc9f6c6
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ sidebar_current: "provisioning-chefclient"
**Provisioner name: `chef_client`** **Provisioner name: `chef_client`**
The Chef Client provisioner allows you to provision the guest using 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 to an existing Chef Server and registering the Vagrant machine as a
node within your infrastructure. node within your infrastructure.
@ -65,7 +65,7 @@ server itself.
## Environments ## 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: for the node to come up in using the `environment` configuration option:
```ruby ```ruby