From d385129f29c176b11322fcf2cce4ff541c1185f7 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 5 Feb 2014 17:59:07 +0100 Subject: [PATCH] Fix copy-paste error in gitlab-core recipe --- files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb b/files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb index 10768d2..4a7aa65 100644 --- a/files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb +++ b/files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb @@ -82,8 +82,8 @@ link "/opt/gitlab/embedded/service/gitlab-core/config/gitlab.yml" do end directory node['gitlab']['gitlab-core']['satellites_path'] do - owner git_user - group git_group + owner node['gitlab']['user']['username'] + group node['gitlab']['user']['group'] recursive true end -- libgit2 0.21.2