Added chef server details on change page

This commit is contained in:
Mitchell Hashimoto 2010-03-14 14:53:10 -07:00
parent b5322d9741
commit 0cadacf956
1 changed files with 10 additions and 0 deletions

View File

@ -75,3 +75,13 @@ For more information on the new provisioners, read the detailed [provisioners](/
<a name="enhanced-chef-support"> </a>
## Enhanced Chef Support, including Chef Server Support
### Chef Solo Changes
For Chef Solo, Vagrant now supports multiple cookbooks paths by setting
`config.chef.cookbooks_path` to an array of paths.
### Chef Server Support
In addition to Chef Solo, Vagrant now comes with support for Chef Server built-in.
Exact details on how to use chef server with Vagrant are explained on the
[chef server provisioning](/docs/provisioners/chef_server.html) page.