From ce0a1ad0021a4d1aae480f0df148828f3b109da9 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 5 Feb 2014 11:59:26 +0100 Subject: [PATCH] Include gitlab-core recipes in default --- files/gitlab-cookbooks/gitlab/recipes/default.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/files/gitlab-cookbooks/gitlab/recipes/default.rb b/files/gitlab-cookbooks/gitlab/recipes/default.rb index 20a212b..0fb58b8 100644 --- a/files/gitlab-cookbooks/gitlab/recipes/default.rb +++ b/files/gitlab-cookbooks/gitlab/recipes/default.rb @@ -54,6 +54,7 @@ include_recipe "runit" [ "postgresql", "redis", + "gitlab-core", "bootstrap", ].each do |service| if node["gitlab"][service]["enable"] -- libgit2 0.21.2