We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1520783 commit 69b7e3dCopy full SHA for 69b7e3d
content/chef_compliance_phase.md
@@ -473,7 +473,9 @@ default['audit']['profiles']['ssh'] = {
473
474
### quiet
475
476
-Suppresses output of the Chef InSpec runner. Defaults to `false`. To turn this on, set the attribute `default['audit']['quiet']` to `true`.
+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`:
479
480
```ruby
481
# verbose
0 commit comments