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

Commit

Permalink
add postfix to app server
Browse files Browse the repository at this point in the history
  • Loading branch information
dwradcliffe committed Jul 14, 2014
1 parent dc368c8 commit 860305e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Berksfile.lock
Expand Up @@ -164,6 +164,7 @@ GRAPH
openssl (2.0.0)
chef-sugar (>= 0.0.0)
pacman (1.1.1)
postfix (3.2.0)
postgresql (3.4.1)
apt (>= 1.9.0)
build-essential (>= 0.0.0)
Expand All @@ -189,12 +190,13 @@ GRAPH
rubygems-sensu (>= 0.0.0)
rubygems-ssh (>= 0.0.0)
rubygems-utility (>= 0.0.0)
rubygems-app (0.0.24)
rubygems-app (0.0.26)
apt (>= 0.0.0)
chef-vault (>= 0.0.0)
git (>= 0.0.0)
nginx (>= 0.0.0)
nodejs (>= 0.0.0)
postfix (= 3.2.0)
rubygems (>= 0.0.0)
rubygems-ruby (>= 0.0.0)
runit (>= 0.0.0)
Expand Down
3 changes: 2 additions & 1 deletion cookbooks/rubygems-app/metadata.rb
@@ -1,12 +1,13 @@
name 'rubygems-app'

version '0.0.24'
version '0.0.26'

depends 'apt'
depends 'chef-vault'
depends 'git'
depends 'nginx'
depends 'nodejs'
depends 'postfix', '3.2.0'
depends 'rubygems'
depends 'rubygems-ruby'
depends 'runit'
Expand Down
1 change: 1 addition & 0 deletions cookbooks/rubygems-app/recipes/default.rb
Expand Up @@ -13,6 +13,7 @@
include_recipe 'runit'
include_recipe 'rubygems-ruby'
include_recipe 'rubygems-ruby::rubygems'
include_recipe 'postfix'

package 'libpq-dev'

Expand Down

0 comments on commit 860305e

Please sign in to comment.