Add installer_download_path to Chef common options

This commit is contained in:
Seth Vargo 2014-12-16 21:14:52 -05:00
parent 9fa2ea4e31
commit 2cbbcb4722
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,11 @@ their purpose.
- `"force"` (string) - install Chef, even if it is already installed at the
proper version on the guest
- `installer_download_path` (string) - The path where the Chef installer will be
downloaded to. This option is only honored if the `install` attribute is
`true` or `"force"`. The default value is to use the path provided by Chef's
Omnibus installer, which varies between releases.
- `log_level` (string) - The Chef log level. See the Chef docs for acceptable
values.