Add docs for `client_key` option of `chef-client` provisioner.

This commit is contained in:
Ameir Abdeldayem 2015-04-09 02:19:52 -04:00
parent 5c06af872d
commit 4735ab004a
1 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,9 @@ configuration is actually required.
this folder. If the permissions are not correct, use a shell provisioner
prior to this to configure it properly.
* `client_key` (string) - Path to client key. If not set, this defaults to a file
named client.pem in `staging_directory`.
* `validation_client_name` (string) - Name of the validation client. If
not set, this won't be set in the configuration and the default that Chef
uses will be used.