class Chef::Knife::Bootstrap::ChefVaultHandler
def doing_chef_vault?
-
(Boolean)
- if we've got chef vault options to act on or not
def doing_chef_vault? !!(bootstrap_vault_json || bootstrap_vault_file || bootstrap_vault_item) end
(Boolean)
- if we've got chef vault options to act on or not
def doing_chef_vault? !!(bootstrap_vault_json || bootstrap_vault_file || bootstrap_vault_item) end