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,6 +62,10 @@ template database_yml do | ||
62 | notifies :restart, 'service[gitlab-core]' if should_notify | 62 | notifies :restart, 'service[gitlab-core]' if should_notify |
63 | end | 63 | end |
64 | 64 | ||
65 | +link "/opt/gitlab/embedded/service/gitlab-core/config/database.yml" do | ||
66 | + to database_yml | ||
67 | +end | ||
68 | + | ||
65 | gitlab_yml = File.join(gitlab_core_etc_dir, "gitlab.yml") | 69 | gitlab_yml = File.join(gitlab_core_etc_dir, "gitlab.yml") |
66 | 70 | ||
67 | template gitlab_yml do | 71 | template gitlab_yml do |