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 54 [
55 55 "postgresql",
56 56 "redis",
  57 + "gitlab-core",
57 58 "bootstrap",
58 59 ].each do |service|
59 60 if node["gitlab"][service]["enable"]
... ...