From 1a6bf5db28d0a51de758db019d2f752df0c8dcc8 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Mon, 10 Feb 2014 15:28:10 +0100 Subject: [PATCH] Add a dummy unicorn service to catch notifications --- files/gitlab-cookbooks/gitlab/recipes/default.rb | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/files/gitlab-cookbooks/gitlab/recipes/default.rb b/files/gitlab-cookbooks/gitlab/recipes/default.rb index a954242..073976b 100644 --- a/files/gitlab-cookbooks/gitlab/recipes/default.rb +++ b/files/gitlab-cookbooks/gitlab/recipes/default.rb @@ -49,6 +49,12 @@ include_recipe "gitlab::users" include_recipe "gitlab::gitlab-shell" include_recipe "gitlab::gitlab-core" +# Create a dummy unicorn service to receive notifications, in case the +# gitlab::unicorn is not loaded below. +service "unicorn" do + supports [] +end + # Install our runit instance include_recipe "runit" -- libgit2 0.21.2