Commit 296511096859f47bcc4825693ef8b9018e895179

Authored by Athos
1 parent adf441e6

Fix gitlab database username configuration

Signed-off-by Athos Ribeiro <athoscribeiro@gmail.com>
Signed-off-by Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
cookbooks/gitlab/templates/database.yml.erb
@@ -4,4 +4,4 @@ production: @@ -4,4 +4,4 @@ production:
4 encoding: unicode 4 encoding: unicode
5 database: gitlab 5 database: gitlab
6 host: <%= node['peers']['database'] %> 6 host: <%= node['peers']['database'] %>
7 - user: gitlab 7 + username: gitlab