Skip to content

Commit

Permalink
Adding git
Browse files Browse the repository at this point in the history
Change-Id: I9f799706e36cd7b03b4c9152accdf336962c21be
  • Loading branch information
adamhjk committed Aug 7, 2012
1 parent 1af2243 commit cedbc2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cookbooks/gerrit/metadata.rb
Expand Up @@ -8,3 +8,4 @@
depends 'nginx'
depends 'postgresql'
depends 'database'
depends 'git'
1 change: 1 addition & 0 deletions cookbooks/gerrit/recipes/default.rb
Expand Up @@ -8,6 +8,7 @@
#

include_recipe "postgresql::server"
include_recipe "git"

node.default['gerrit']['war_file'] = File.basename(node['gerrit']['url'])
node.default['gerrit']['war_path'] = File.join(node['gerrit']['path'], node['gerrit']['war_file'])
Expand Down

0 comments on commit cedbc2b

Please sign in to comment.