Skip to content

Commit

Permalink
Merge pull request #3410 from srhaber/chef_ssl_verify_mode_doc
Browse files Browse the repository at this point in the history
Add documentation for ssl_verify_mode
  • Loading branch information
cbednarski committed Apr 5, 2016
2 parents 9825687 + efa642f commit d0ddf34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions website/source/docs/provisioners/chef-client.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0ddf34

Please sign in to comment.