Skip to main content

Chef/Modernize/DependsOnZypperCookbook

Cookstyle cops page

The Cookstyle cops department: Chef/Modernize

Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYes13.3+

Don’t depend on the zypper cookbook as the zypper_repository resource is built into Chef Infra Client 13.3+

Examples

# bad
depends 'zypper'

# good
# the resource ships in Chef Infra Client 13.3+, so use it without a depends
zypper_repository 'apache' do
  baseurl 'https://download.opensuse.org/repositories/Apache'
  action :add
end

Configurable attributes

NameDefault valueConfigurable values
Version Added5.6.0String
Include
    Array

    Thank you for your feedback!

    ×