From e09a8b656ff2a16eaf183bffdcf2a537e9f99723 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 2 Sep 2014 15:02:57 +0200 Subject: [PATCH] Use the correct attribute for the web-server group --- files/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb | 2 +- files/gitlab-cookbooks/gitlab/recipes/unicorn.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb b/files/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb index 4d956fd..3a08546 100644 --- a/files/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb +++ b/files/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb @@ -49,7 +49,7 @@ end directory gitlab_rails_public_uploads_dir do owner node['gitlab']['user']['username'] - group node['gitlab']['web-server']['username'] + group node['gitlab']['web-server']['group'] mode '0750' recursive true end diff --git a/files/gitlab-cookbooks/gitlab/recipes/unicorn.rb b/files/gitlab-cookbooks/gitlab/recipes/unicorn.rb index 820aaa7..9e9e3b2 100644 --- a/files/gitlab-cookbooks/gitlab/recipes/unicorn.rb +++ b/files/gitlab-cookbooks/gitlab/recipes/unicorn.rb @@ -38,7 +38,7 @@ end directory unicorn_socket_dir do owner node['gitlab']['user']['username'] - group node['gitlab']['web-server']['username'] + group node['gitlab']['web-server']['group'] mode '0750' recursive true end -- libgit2 0.21.2