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