Merge pull request #3410 from srhaber/chef_ssl_verify_mode_doc

Add documentation for ssl_verify_mode
This commit is contained in:
Chris Bednarski 2016-04-05 15:04:49 -07:00
commit d0ddf34e6e
1 changed files with 4 additions and 0 deletions

View File

@ -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