Commit 7fd20e89c91c913dd53552d71d8d00caa8e43187

Authored by Jacob Vosmaer
1 parent 28601d26

Explicitly depend on postgresql

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
config/projects/gitlab.rb
... ... @@ -29,6 +29,7 @@ build_iteration 1
29 29 dependency "preparation"
30 30  
31 31 dependency "git"
  32 +dependency "postgresql"
32 33 dependency "gitlab-shell"
33 34 dependency "gitlab-webui"
34 35 dependency "chef-gem"
... ...