sbadia / puppet-gitlab

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

Start gitlab CI failed after installation on CentOS 7.1 #228

Open lancekuo opened 9 years ago

lancekuo commented 9 years ago

Hi there,

OS: CentOS 7.1 Gitlab 7.13 Gitlab CI 7.13

I would note my found here. Gitlab CI would failed on starting the service.

  1. Wrong file permission -rw-r--r-- 1 root root 0 Jul 28 19:52 gitlab-ci_access.log -rw-r--r-- 1 root root 0 Jul 28 19:52 gitlab-ci_error.log should be owned by nginx
  2. Wrong user permission drwx------ 7 gitlab_ci gitlab_ci 4096 Jul 28 19:50 gitlab_ci should be 755

I would try to look into it if we could have pull request

sbadia commented 9 years ago

hi @lancekuo, thanks for the bug report, I take a look.

sbadia commented 9 years ago

@lancekuo using a ::gitlab::ci of a ::gitlab::ci::runner ?

lancekuo commented 9 years ago

@sbadia , it is ::gitlab::ci thanks!