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 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
... ...