Commit 211bc5d387d1ec7d80f712d1b5934790334be619

Authored by Sergio Oliveira
1 parent 4015d0f2

Fixed repositories path

cookbooks/gitlab/templates/gitlab-shell.yml.erb
... ... @@ -8,7 +8,7 @@ http_settings:
8 8 # ca_path: /etc/pki/tls/certs
9 9 self_signed_cert: false
10 10  
11   -repos_path: "/var/lib/gitlab/repositories/"
  11 +repos_path: "/var/lib/gitlab-shell/repositories/"
12 12 auth_file: "/var/lib/gitlab-shell/.ssh/authorized_keys"
13 13  
14 14 redis:
... ...
cookbooks/gitlab/templates/gitlab.yml.erb
... ... @@ -29,7 +29,7 @@ production: &base
29 29 path: /var/lib/gitlab/backups
30 30 gitlab_shell:
31 31 path: /usr/lib/gitlab-shell
32   - repos_path: /var/lib/gitlab/repositories/
  32 + repos_path: /var/lib/gitlab-shell/repositories/
33 33 hooks_path: /usr/lib/gitlab-shell/hooks/
34 34 # Git over HTTP
35 35 upload_pack: true
... ...