From 4ece2ba43ef2d87c7c9b0c62e9f4a06f51cf1b99 Mon Sep 17 00:00:00 2001 From: Michael Lopez Date: Sat, 14 Feb 2015 22:34:11 +0100 Subject: [PATCH] Update chef docs with enable_reporting option --- website/docs/source/v2/provisioning/chef_common.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/docs/source/v2/provisioning/chef_common.html.md b/website/docs/source/v2/provisioning/chef_common.html.md index d63a0d680..b5347d522 100644 --- a/website/docs/source/v2/provisioning/chef_common.html.md +++ b/website/docs/source/v2/provisioning/chef_common.html.md @@ -105,3 +105,6 @@ which include [Chef Solo](/v2/provisioning/chef_solo.html), [Chef Zero](/v2/prov * `verbose_logging` (boolean) - Whether or not to enable the Chef `verbose_logging` option. By default this is false. + +* `enable_reporting` (boolean) - Whether or not to enable the Chef + `enable_reporting` option. By default this is true.