Chef/Deprecations/DependsOnOmnibusUpdaterCookbook
The Cookstyle cops department: Chef/Deprecations
Enabled by default | Supports autocorrection | Target Chef Version |
---|---|---|
Enabled | Yes | All Versions |
Don’t depend on the EOL omnibus_updater
cookbook. This cookbook no longer works with newer Chef Infra Client releases and has been replaced with the more reliable chef_client_updater
cookbook.
Examples
incorrect
depends 'omnibus_updater'
correct
depends 'chef_client_updater'
Configurable attributes
Name | Default value | Configurable values |
---|---|---|
Version Added | 7.20.0 | String |
Include |
| Array |