From 1c73505094adb330ca5820ba19cf506c7954d39d Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 5 Feb 2014 17:58:57 +0100 Subject: [PATCH] Bring back deleted database.yml symlink --- files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb b/files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb index 2f76451..10768d2 100644 --- a/files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb +++ b/files/gitlab-cookbooks/gitlab/recipes/gitlab-core.rb @@ -62,6 +62,10 @@ template database_yml do notifies :restart, 'service[gitlab-core]' if should_notify end +link "/opt/gitlab/embedded/service/gitlab-core/config/database.yml" do + to database_yml +end + gitlab_yml = File.join(gitlab_core_etc_dir, "gitlab.yml") template gitlab_yml do -- libgit2 0.21.2