Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions content/chef_compliance_phase.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down