From efa642fe04ad87d67bdd8e29aa5988517cba357c Mon Sep 17 00:00:00 2001 From: Shaun Haber Date: Fri, 1 Apr 2016 12:35:05 -0700 Subject: [PATCH] Add documentation for ssl_verify_mode --- website/source/docs/provisioners/chef-client.html.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/provisioners/chef-client.html.md b/website/source/docs/provisioners/chef-client.html.md index 65d073093e9..47b68ca7bcb 100644 --- a/website/source/docs/provisioners/chef-client.html.md +++ b/website/source/docs/provisioners/chef-client.html.md @@ -95,6 +95,10 @@ configuration is actually required. - `skip_install` (boolean) - If true, Chef will not automatically be installed on the machine using the Chef omnibus installers. +- `ssl_verify_mode` (string) - Set to "verify\_none" to skip validation of + SSL certificates. If not set, this defaults to "verify\_peer" which validates + all SSL certifications. + - `staging_directory` (string) - This is the directory where all the configuration of Chef by Packer will be placed. By default this is "/tmp/packer-chef-client" when guest_os_type unix and