CustomResourceWithAllowedActions
The department is: Chef/RedundantCode
The full name of the cop is: Chef/RedundantCode/CustomResourceWithAllowedActions
| Enabled by default | Supports autocorrection | Target Chef Version |
|---|---|---|
| Enabled | Yes | All 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
| Name | Default value | Configurable values |
|---|---|---|
| Version Added | 5.2.0 | String | Include |
| Array |
Was this page helpful?