Chef/Modernize/CronManageResource
The Cookstyle cops department: Chef/Modernize
| Enabled by default | Supports autocorrection | Target Chef Version |
|---|---|---|
| Enabled | Yes | 14.4+ |
The cron_manage resource was renamed to cron_access in the 6.1 release of the cron cookbook, and later shipped in Chef Infra Client 14.4. The new resource name should be used.
Examples
incorrect
cron_manage 'mike'
correct
cron_access 'mike'
Configurable attributes
| Name | Default value | Configurable values |
|---|---|---|
| Version Added | 5.6.0 | String |
| Include | Array |