Skip to content

Commit 1520783

Browse files
committed
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]>
1 parent 394322d commit 1520783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/chef_compliance_phase.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,11 +473,11 @@ 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+
Suppresses output of the Chef InSpec runner. Defaults to `false`. To turn this on, set the attribute `default['audit']['quiet']` to `true`.
477477
478478
```ruby
479479
# verbose
480-
default['audit']['quiet'] = false
480+
default['audit']['quiet'] = true
481481
```
482482
483483
### reporter

0 commit comments

Comments
 (0)