Commit e09a8b656ff2a16eaf183bffdcf2a537e9f99723
1 parent
1ac8ea99
Exists in
master
Use the correct attribute for the web-server group
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/recipes/gitlab-rails.rb
@@ -49,7 +49,7 @@ end | @@ -49,7 +49,7 @@ end | ||
49 | 49 | ||
50 | directory gitlab_rails_public_uploads_dir do | 50 | directory gitlab_rails_public_uploads_dir do |
51 | owner node['gitlab']['user']['username'] | 51 | owner node['gitlab']['user']['username'] |
52 | - group node['gitlab']['web-server']['username'] | 52 | + group node['gitlab']['web-server']['group'] |
53 | mode '0750' | 53 | mode '0750' |
54 | recursive true | 54 | recursive true |
55 | end | 55 | end |
files/gitlab-cookbooks/gitlab/recipes/unicorn.rb
@@ -38,7 +38,7 @@ end | @@ -38,7 +38,7 @@ end | ||
38 | 38 | ||
39 | directory unicorn_socket_dir do | 39 | directory unicorn_socket_dir do |
40 | owner node['gitlab']['user']['username'] | 40 | owner node['gitlab']['user']['username'] |
41 | - group node['gitlab']['web-server']['username'] | 41 | + group node['gitlab']['web-server']['group'] |
42 | mode '0750' | 42 | mode '0750' |
43 | recursive true | 43 | recursive true |
44 | end | 44 | end |