From 49d9a27a3dcc34acc8a0ddb570e20271626dc037 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 29 Jan 2014 08:49:25 -0800 Subject: [PATCH] Include runit in the build and in the chef run --- config/projects/gitlab.rb | 1 + files/gitlab-cookbooks/gitlab/recipes/default.rb | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/config/projects/gitlab.rb b/config/projects/gitlab.rb index c4cc18d..fce1b5d 100644 --- a/config/projects/gitlab.rb +++ b/config/projects/gitlab.rb @@ -33,6 +33,7 @@ dependency "gitlab-webui" dependency "chef-gem" dependency "gitlab-ctl" dependency "gitlab-cookbooks" +dependency "runit" # version manifest file dependency "version-manifest" diff --git a/files/gitlab-cookbooks/gitlab/recipes/default.rb b/files/gitlab-cookbooks/gitlab/recipes/default.rb index e69de29..2ae5732 100644 --- a/files/gitlab-cookbooks/gitlab/recipes/default.rb +++ b/files/gitlab-cookbooks/gitlab/recipes/default.rb @@ -0,0 +1 @@ +include_recipe "runit" -- libgit2 0.21.2