Commit ce0a1ad0021a4d1aae480f0df148828f3b109da9
1 parent
aa9463a3
Exists in
master
and in
17 other branches
Include gitlab-core recipes in default
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/recipes/default.rb
@@ -54,6 +54,7 @@ include_recipe "runit" | @@ -54,6 +54,7 @@ include_recipe "runit" | ||
54 | [ | 54 | [ |
55 | "postgresql", | 55 | "postgresql", |
56 | "redis", | 56 | "redis", |
57 | + "gitlab-core", | ||
57 | "bootstrap", | 58 | "bootstrap", |
58 | ].each do |service| | 59 | ].each do |service| |
59 | if node["gitlab"][service]["enable"] | 60 | if node["gitlab"][service]["enable"] |