Commit 1c73505094adb330ca5820ba19cf506c7954d39d

Authored by Jacob Vosmaer
1 parent 41c52b57

Bring back deleted database.yml symlink

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