diff --git a/content/chef_compliance_phase.md b/content/chef_compliance_phase.md index fb4764cb15..212285a899 100644 --- a/content/chef_compliance_phase.md +++ b/content/chef_compliance_phase.md @@ -473,11 +473,13 @@ default['audit']['profiles']['ssh'] = { ### quiet -Controls verbosity of the Chef InSpec runner. Defaults to `true`. To turn this off, set the attribute `default['audit']['quiet']` to `false`. +Starting in Chef Infra Client 18.7, use `quiet` to suppress output of the Chef InSpec runner. Defaults to `false`. + +To suppress InSpec runner output, set to `true`: ```ruby # verbose -default['audit']['quiet'] = false +default['audit']['quiet'] = true ``` ### reporter