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

Commit

Permalink
Not very good at this...
Browse files Browse the repository at this point in the history
Sam Kottler committed Jun 18, 2014
1 parent 288b75d commit 94460cf
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -184,7 +184,7 @@ GRAPH
rubygems (>= 0.0.0)
rubygems-chef (0.0.2)
line (>= 0.0.0)
rubygems-database (0.0.4)
rubygems-database (0.0.6)
database (>= 0.0.0)
postgresql (>= 0.0.0)
rubygems (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-database/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name 'rubygems-database'
maintainer 'RubyGems.org ops team'

version '0.0.5'
version '0.0.6'

depends 'database'
depends 'postgresql'
4 changes: 2 additions & 2 deletions cookbooks/rubygems-database/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -6,9 +6,9 @@
stage = node.chef_environment

connection_info = {
:host => '127.0.0.'1
:host => '127.0.0.1'
:port => 5432,
:username => "rubygems_#{stage}",
:username => "postgres",
:password => ""
}

0 comments on commit 94460cf

Please sign in to comment.