Commit 49d9a27a3dcc34acc8a0ddb570e20271626dc037

Authored by Jacob Vosmaer
1 parent 789c0ea9

Include runit in the build and in the chef run

config/projects/gitlab.rb
... ... @@ -33,6 +33,7 @@ dependency "gitlab-webui"
33 33 dependency "chef-gem"
34 34 dependency "gitlab-ctl"
35 35 dependency "gitlab-cookbooks"
  36 +dependency "runit"
36 37  
37 38 # version manifest file
38 39 dependency "version-manifest"
... ...
files/gitlab-cookbooks/gitlab/recipes/default.rb
... ... @@ -0,0 +1 @@
  1 +include_recipe "runit"
... ...