Commit 1c73505094adb330ca5820ba19cf506c7954d39d
1 parent
41c52b57
Exists in
master
and in
17 other branches
Bring back deleted database.yml symlink
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb
... | ... | @@ -62,6 +62,10 @@ template database_yml do |
62 | 62 | notifies :restart, 'service[gitlab-core]' if should_notify |
63 | 63 | end |
64 | 64 | |
65 | +link "/opt/gitlab/embedded/service/gitlab-core/config/database.yml" do | |
66 | + to database_yml | |
67 | +end | |
68 | + | |
65 | 69 | gitlab_yml = File.join(gitlab_core_etc_dir, "gitlab.yml") |
66 | 70 | |
67 | 71 | template gitlab_yml do | ... | ... |