From 063abc866ca208a03825b8d2674f132695984fe0 Mon Sep 17 00:00:00 2001 From: Petr Artamonov Date: Fri, 8 Jan 2016 12:23:01 +0100 Subject: [PATCH] docs updated --- website/source/docs/provisioners/chef.html.markdown | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/docs/provisioners/chef.html.markdown b/website/source/docs/provisioners/chef.html.markdown index 60f6d577a..27285e657 100644 --- a/website/source/docs/provisioners/chef.html.markdown +++ b/website/source/docs/provisioners/chef.html.markdown @@ -98,6 +98,9 @@ The following arguments are supported: * `ssl_verify_mode (string)` - (Optional) Use to set the verify mode for Chef Client HTTPS requests. +* `enable_reporting (string)` - (Optional) Cause the chef-client to send data to the Chef + server for use with Chef reporting, if flag is omitted default value is `true` + * `validation_client_name (string)` - (Required) The name of the validation client to use for the initial communication with the Chef Server.