Application cookbook for installing and configuring Hashicorp Vault.
| 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 |