Skip to content

Commit 69b7e3d

Browse files
committed
Clarify that this works starting in Client 18.7
Signed-off-by: Ian Maddaus <[email protected]>
1 parent 1520783 commit 69b7e3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/chef_compliance_phase.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,9 @@ default['audit']['profiles']['ssh'] = {
473473
474474
### quiet
475475
476-
Suppresses output of the Chef InSpec runner. Defaults to `false`. To turn this on, set the attribute `default['audit']['quiet']` to `true`.
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

0 commit comments

Comments
 (0)