InSpec/Deprecations/AttributeHelper
The Cookstyle cops department: InSpec/Deprecations
Enabled by default | Supports autocorrection | Target Chef Version |
---|---|---|
Enabled | Yes | All Versions |
Chef 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 |