AttributeHelper
The department is: InSpec/Deprecations
The full name of the cop is: InSpec/Deprecations/AttributeHelper
| Enabled by default | Supports autocorrection | Target Chef Version |
|---|---|---|
| Enabled | Yes | All Versions |
InSpec attributes have been renamed to inputs. Use the input method not the deprecation attribute method to access these values.
Examples
incorrect
login_defs_umask = attribute('login_defs_umask', value: '077', description: 'Default umask to set in login.defs')
correct
login_defs_umask = input('login_defs_umask', value: '077', description: 'Default umask to set in login.defs')
Configurable attributes
| Name | Default value | Configurable values |
|---|---|---|
| Version Added | 7.14.0 | String | Include |
| Array |
Was this page helpful?