/vault-cookbook

Application cookbook for installing and configuring Vault.

Primary LanguageRuby

vault-cookbook

Build Status Cookbook Version Coverage License

Application cookbook for installing and configuring Hashicorp Vault.

Usage

Attributes

Key Type Description Default
node['vault']['version'] String Version of Vault to install. 0.1.2
node['vault']['install_method'] Symbol Install method for Vault. :binary
node['vault']['package_name'] String Name of package to install. vault
node['vault']['binary_url'] String URL to download Vault binary. See attributes/default.rb
node['vault']['source_repository'] String URL for source repository. See attributes/default.rb
node['vault']['service_name'] String Name of the Vault system service. vault
node['vault']['service_user'] String Name of the Vault service user. vault
node['vault']['service_group'] String Name of the Vault service group. vault

Resources