sbadia / puppet-gitlab

Puppet module for manage GitLab installation
http://forge.puppetlabs.com/sbadia/gitlab
GNU General Public License v3.0
131 stars 77 forks source link

Fix permissions for `public/uploads` directory #239

Closed joshuaspence closed 8 years ago

joshuaspence commented 8 years ago

The permissions for the /home/git/gitlab/public/uploads directory are currently set incorrectly to 0755 instead of 0750. This causes the following error when running bundle exec rake gitlab:check RAILS_ENV=production:

Uploads directory setup correctly? ... no
  Try fixing it:
  sudo chmod 0750 /home/git/gitlab/public/uploads
  For more information see:
  doc/install/installation.md in section "GitLab"
  Please fix the error above and rerun the checks.
joshuaspence commented 8 years ago

It looks like this is handled in #236