Commit ce0a1ad0021a4d1aae480f0df148828f3b109da9

Authored by Jacob Vosmaer
1 parent aa9463a3

Include gitlab-core recipes in default

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"]