Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Fix #12 - Use latest version of vault cookbook.
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bellone committed Nov 23, 2016
1 parent 1fdebdb commit 0ac608a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 5 additions & 5 deletions metadata.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name 'vault-cluster'
maintainer 'John Bellone'
maintainer_email 'jbellone@bloomberg.net'
source_url 'https://github.com/johnbellone/vault-cluster-cookbook'
issues_url 'https://github.com/johnbellone/vault-cluster-cookbook/issues'
maintainer 'Bloomberg Infrastructure Engineering'
maintainer_email 'chef@bloomberg.net'
source_url 'https://github.com/bloomberg/vault-cluster-cookbook'
issues_url 'https://github.com/bloomberg/vault-cluster-cookbook/issues'
license 'Apache 2.0'
description 'Wrapper cookbook which installs and configures Vault with Consul as its backend.'
long_description 'Wrapper cookbook which installs and configures Vault with Consul as its backend.'
version '2.0.0'
version '2.1.0'

supports 'ubuntu', '>= 12.04'
supports 'redhat', '>= 6.6'
Expand Down
1 change: 0 additions & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,5 @@
end

node.default['hashicorp-vault']['config']['backend_type'] = 'consul'
node.default['hashicorp-vault']['config']['bag_item'] = 'consul'
node.default['hashicorp-vault']['config']['tls_disable'] = false
include_recipe 'hashicorp-vault::default'

0 comments on commit 0ac608a

Please sign in to comment.