Commit 5dc9a598f15c119fff3d1af765427aa8e06b129c
1 parent
f29f23e8
Exists in
master
and in
17 other branches
Fix default path for Git repositories
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/attributes/default.rb
... | ... | @@ -89,7 +89,7 @@ default['gitlab']['gitlab-rails']['ldap_allow_username_or_email_login'] = true |
89 | 89 | default['gitlab']['gitlab-rails']['satellites_path'] = "/var/opt/gitlab/gitlab-satellites" |
90 | 90 | default['gitlab']['gitlab-rails']['backup_path'] = "tmp/backups" |
91 | 91 | default['gitlab']['gitlab-rails']['gitlab_shell_path'] = "/opt/gitlab/embedded/service/gitlab-shell/" |
92 | -default['gitlab']['gitlab-rails']['gitlab_shell_repos_path'] = "/home/git/repositories/" | |
92 | +default['gitlab']['gitlab-rails']['gitlab_shell_repos_path'] = "/var/opt/gitlab/repositories" | |
93 | 93 | default['gitlab']['gitlab-rails']['gitlab_shell_hooks_path'] = "/opt/gitlab/embedded/service/gitlab-shell/hooks/" |
94 | 94 | default['gitlab']['gitlab-rails']['gitlab_shell_upload_pack'] = true |
95 | 95 | default['gitlab']['gitlab-rails']['gitlab_shell_receive_pack'] = true | ... | ... |