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

Commit

Permalink
actually run the rubygems-app::rubygems recipe
Browse files Browse the repository at this point in the history
dwradcliffe committed Jun 18, 2014
1 parent 1ccefb5 commit 3744d94
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
@@ -141,7 +141,7 @@ GRAPH
rubygems-sensu (>= 0.0.0)
rubygems-ssh (>= 0.0.0)
rubygems-utility (>= 0.0.0)
rubygems-app (0.0.11)
rubygems-app (0.0.12)
apt (>= 0.0.0)
chef-vault (>= 0.0.0)
git (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-app/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name 'rubygems-app'

version '0.0.11'
version '0.0.12'

depends 'apt'
depends 'chef-vault'
1 change: 1 addition & 0 deletions cookbooks/rubygems-app/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@
include_recipe 'nodejs'
include_recipe 'runit'
include_recipe 'rubygems-app::ruby'
include_recipe 'rubygems-app::rubygems'

package 'libpq-dev'

0 comments on commit 3744d94

Please sign in to comment.