Skip to content

Commit c36b49c

Browse files
rishichawdaIanMadd
andauthored
update quiet mode documentation to reflect actual behavior (#4373)
* update quiet mode documentation to reflect current behavior this is related to the change that we did to fix quiet mode in chef/chef#14779. in brief, quiet mode wasn't working before. so with the fix we didn't want to break anyone's cofiguration. so quiet mode was changed to be set to false by default. the documentation was also a little confusing since quiet mode is supposed to suppress the output completely vs "controlling verbosity". Signed-off-by: rishichawda <[email protected]> * Clarify that this works starting in Client 18.7 Signed-off-by: Ian Maddaus <[email protected]> --------- Signed-off-by: rishichawda <[email protected]> Signed-off-by: Ian Maddaus <[email protected]> Co-authored-by: Ian Maddaus <[email protected]> Co-authored-by: Ian Maddaus <[email protected]>
1 parent f5f2a45 commit c36b49c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/chef_compliance_phase.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -473,11 +473,13 @@ default['audit']['profiles']['ssh'] = {
473473
474474
### quiet
475475
476-
Controls verbosity of the Chef InSpec runner. Defaults to `true`. To turn this off, set the attribute `default['audit']['quiet']` to `false`.
476+
Starting in Chef Infra Client 18.7, use `quiet` to suppress output of the Chef InSpec runner. Defaults to `false`.
477+
478+
To suppress InSpec runner output, set to `true`:
477479
478480
```ruby
479481
# verbose
480-
default['audit']['quiet'] = false
482+
default['audit']['quiet'] = true
481483
```
482484
483485
### reporter

0 commit comments

Comments
 (0)