Chef/Effortless/ChefVaultUsed
The Cookstyle cops department: Chef/Effortless
| Enabled by default | Supports autocorrection | Target Chef Version |
|---|---|---|
| Not Enabled | No | All Versions |
Chef Vault is not supported in the Effortless pattern, so usage of Chef Vault must be shifted to another secrets management solution before leveraging the Effortless pattern.
Examples
# bad
require 'chef-vault'
# bad
ChefVault::Item
# bad
include_recipe 'chef-vault'
# bad
chef_gem 'chef-vault'
# bad
chef_vault_item_for_environment(arg, arg1)
# bad
chef_vault_item(arg, arg1)
Configurable attributes
| Name | Default value | Configurable values |
|---|---|---|
| Version Added | 6.19 | String |
| Include | Array |