Skip to main content

Chef/Effortless/ChefVaultUsed

Cookstyle cops page

The Cookstyle cops department: Chef/Effortless

Enabled by defaultSupports autocorrectionTarget Chef Version
Not EnabledNoAll 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

NameDefault valueConfigurable values
Version Added6.19String
Include
    Array

    Thank you for your feedback!

    ×