Commit 1a6bf5db28d0a51de758db019d2f752df0c8dcc8
1 parent
62d16ebe
Exists in
master
and in
17 other branches
Add a dummy unicorn service to catch notifications
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/recipes/default.rb
@@ -49,6 +49,12 @@ include_recipe "gitlab::users" | @@ -49,6 +49,12 @@ include_recipe "gitlab::users" | ||
49 | include_recipe "gitlab::gitlab-shell" | 49 | include_recipe "gitlab::gitlab-shell" |
50 | include_recipe "gitlab::gitlab-core" | 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 | # Install our runit instance | 58 | # Install our runit instance |
53 | include_recipe "runit" | 59 | include_recipe "runit" |
54 | 60 |