Chef/Deprecations/CookbooksDependsOnSelf
The Cookstyle cops department: Chef/Deprecations
Enabled by default | Supports autocorrection | Target Chef Version |
---|---|---|
Enabled | Yes | All Versions |
Make sure a cookbook doesn’t depend on itself. This will fail on Chef Infra Client 13+
Examples
incorrect
name 'foo'
depends 'foo'
correct
name 'foo'
Configurable attributes
Name | Default value | Configurable values |
---|---|---|
Version Added | 5.2.0 | String |
Include |
| Array |