Change group access of shared dir to allow access to gitlab-www.

This commit is contained in:
Marin Jankovski 2016-02-03 15:22:31 +01:00
parent a6b2792883
commit e0cbafafad
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@ end
# It's needed, because by default the shared_path is used to store pages which are served by gitlab-www:gitlab-www
directory node['gitlab']['gitlab-rails']['shared_path'] do
owner gitlab_user
mode '0711'
group account_helper.web_server_group
mode '0751'
recursive true
end