Skip to main content

CustomResourceWithAllowedActions

All Cookstyle Cops


The department is: Chef/RedundantCode

The full name of the cop is: Chef/RedundantCode/CustomResourceWithAllowedActions


Enabled by defaultSupports autocorrectionTarget Chef Version
EnabledYesAll Versions

It is not necessary to set actions or allowed_actions in custom resources as Chef Infra Client determines these automatically from the set of all actions defined in the resource.

Examples

incorrect

allowed_actions [:create, :remove]

# also bad
actions [:create, :remove]

Configurable attributes

NameDefault valueConfigurable values
Version Added5.2.0String
Include
  • **/resources/*.rb
Array

Was this page helpful?









Search Results