Commit 1a6bf5db28d0a51de758db019d2f752df0c8dcc8

Authored by Jacob Vosmaer
1 parent 62d16ebe

Add a dummy unicorn service to catch notifications

files/gitlab-cookbooks/gitlab/recipes/default.rb
... ... @@ -49,6 +49,12 @@ include_recipe "gitlab::users"
49 49 include_recipe "gitlab::gitlab-shell"
50 50 include_recipe "gitlab::gitlab-core"
51 51  
  52 +# Create a dummy unicorn service to receive notifications, in case the
  53 +# gitlab::unicorn is not loaded below.
  54 +service "unicorn" do
  55 + supports []
  56 +end
  57 +
52 58 # Install our runit instance
53 59 include_recipe "runit"
54 60  
... ...