Skip to content

Commit

Permalink
Merge pull request #373 from sean-horn/patch-1
Browse files Browse the repository at this point in the history
Add additional audit cookbook matrix conditions around chef-client 15.x
  • Loading branch information
victoria jeffrey authored Jun 20, 2019
2 parents 7467ec7 + 3522785 commit 0a6fbb4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,22 @@ The `audit` cookbook supports a number of different reporters and fetchers which
| > 1.1.23 | ≥ 0.22.1 | = 0.8.0 |
| ≥ 1.6.8 | ≥ 1.2.0 | > 1.0.2 |

#### Chef Client

| Chef Client | Audit Cookbook version |
|----------------------------|---------------------------|
| >= 15.0.293 | >= 7.7.0 |

Note:
When used with Chef Client 15 and above, the Audit cookbook _must_ be >= 7.7.0. Otherwise, you will see the following failure.
```
Recipe Compile Error in /var/chef/cache/cookbooks/audit/recipes/default.rb
================================================================================
RuntimeError
------------
Audit Mode is enabled. The audit cookbook and Audit Mode cannot be used at the same time. Please disable Audit Mode in your client configuration.
```

## Deprecation Note:

Expand Down

0 comments on commit 0a6fbb4

Please sign in to comment.