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 31 dependency "git"
32 32 dependency "postgresql"
33 33 dependency "redis"
  34 +dependency "nginx"
34 35 dependency "gitlab-shell"
35 36 dependency "gitlab-rails"
36 37 dependency "chef-gem"
... ...