website/docs: document synced_folder_type for chef

This commit is contained in:
Mitchell Hashimoto 2014-01-02 14:42:40 -08:00
parent 040e1a2e0a
commit cf017822ca
1 changed files with 5 additions and 4 deletions

View File

@ -52,16 +52,17 @@ that are available with both the Chef solo and Chef client provisioners.
* `environment` (string) - The environment you want the Chef run to be
a part of. This requires that `environments_path` is set.
* `nfs` (boolean) - If true, any synced folders that need to be used are
shared via NFS, rather than the default synced folder mechanism. This can
result in performance increases. By default, this is false.
* `recipe_url` (string) - URL to an archive of cookbooks that Chef will download
and use.
* `roles_path` (string or array) - A list of paths where roles are defined.
By default this is empty.
* `synced_folder_type` (string) - The type of synced folders to use when
sharing the data required for the provisioner to work properly. By default
this will use the default synced folder type. For example, you can set this
to "nfs" to use NFS synced folders.
## Specifying a Run List
The easiest way to get started with the Chef Solo provisioner is to just