corrected value type in documentation

This commit is contained in:
Petr Artamonov 2016-01-08 20:03:22 +01:00
parent 76913703a9
commit 84bb5154be
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ The following arguments are supported:
* `ssl_verify_mode (string)` - (Optional) Use to set the verify mode for Chef Client HTTPS * `ssl_verify_mode (string)` - (Optional) Use to set the verify mode for Chef Client HTTPS
requests. requests.
* `disable_reporting (string)` - (Optional) Use to disable the chef-client data sending to * `disable_reporting (boolean)` - (Optional) Use to disable the chef-client data sending to
the Chef server for use with Chef reporting, if flag is omitted default behavior is to send the Chef server for use with Chef reporting, if flag is omitted default behavior is to send
reporting data. reporting data.