Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Commit

Permalink
add libpq for pg gem
Browse files Browse the repository at this point in the history
dwradcliffe committed Jun 30, 2014
1 parent 457bf4e commit 6421f2a
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -207,7 +207,7 @@ GRAPH
chef-vault (>= 0.0.0)
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
rubygems-bastion (0.0.6)
rubygems-bastion (0.0.7)
chef-vault (>= 0.0.0)
duo-security (>= 0.0.0)
rubygems (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-bastion/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-bastion'
maintainer 'RubyGems.org ops team'

version '0.0.6'
version '0.0.7'

depends 'chef-vault'
depends 'duo-security'
1 change: 1 addition & 0 deletions cookbooks/rubygems-bastion/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -6,6 +6,7 @@
include_recipe 'chef-vault'
include_recipe 'rubygems'
include_recipe 'rubygems-ruby'
package 'libpq-dev'

duo = chef_vault_item('duo', 'credentials')

0 comments on commit 6421f2a

Please sign in to comment.