Commit 6b69d492662276abd0e782fcce0f82311313de30
Exists in
master
and in
17 other branches
Merge branch 'fix_repos_path' into 'master'
Fix Repos Path
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 | ... | ... |