From 2cbbcb4722733f7be3f6167e809f1315c5d34454 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 16 Dec 2014 21:14:52 -0500 Subject: [PATCH] Add installer_download_path to Chef common options --- website/docs/source/v2/provisioning/chef_common.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/source/v2/provisioning/chef_common.html.md b/website/docs/source/v2/provisioning/chef_common.html.md index 7fd2451ae..d63a0d680 100644 --- a/website/docs/source/v2/provisioning/chef_common.html.md +++ b/website/docs/source/v2/provisioning/chef_common.html.md @@ -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.