Commit 4b40b09a1f9e55fe7a906359e9a7fbddf6a7fa78

Authored by Jacob Vosmaer
1 parent ff0fc888

Add nginx software dependency

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