Chef/Correctness/InvalidCookbookName
The Cookstyle cops department: Chef/Correctness
| Enabled by default | Supports autocorrection | Target Chef Version |
|---|---|---|
| Enabled | No | All Versions |
Cookbook names should not contain invalid characters such as periods.
Examples
incorrect
name 'foo.bar'
correct
name 'foo_bar'
Configurable attributes
| Name | Default value | Configurable values |
|---|---|---|
| Version Added | 7.27 | String |
| Include |
| Array |