Update chef_client.html.md
Updated to the new chef.io site.
This commit is contained in:
parent
b420da0678
commit
2870d299de
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue