From f180cd5e8791d7ba71cc108fb57bf50a0292a4ac Mon Sep 17 00:00:00 2001 From: Athos Ribeiro Date: Fri, 8 May 2015 18:40:35 -0300 Subject: [PATCH] Fix gitlab database username configuration --- cookbooks/gitlab/templates/database.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/gitlab/templates/database.yml.erb b/cookbooks/gitlab/templates/database.yml.erb index 5e3eadf..8ecc846 100644 --- a/cookbooks/gitlab/templates/database.yml.erb +++ b/cookbooks/gitlab/templates/database.yml.erb @@ -4,4 +4,4 @@ production: encoding: unicode database: gitlab host: <%= node['peers']['database'] %> - user: gitlab + username: gitlab -- libgit2 0.21.2