Chef/Modernize/DependsOnKernelModuleCookbook
The Cookstyle cops department: Chef/Modernize
| Enabled by default | Supports autocorrection | Target Chef Version |
|---|---|---|
| Enabled | Yes | 14.3+ |
Don’t depend on the kernel_module cookbook made obsolete by Chef Infra Client 14.3. The kernel_module resource is now included in Chef Infra Client itself.
Examples
# bad
depends 'kernel_module'
# good
# the resource ships in Chef Infra Client 14.3+, so use it without a depends
kernel_module 'loop' do
action :install
end
Configurable attributes
| Name | Default value | Configurable values |
|---|---|---|
| Version Added | 7.19.0 | String |
| Include |
| Array |