Commit f180cd5e8791d7ba71cc108fb57bf50a0292a4ac

Authored by Athos
1 parent 650831e9
Exists in backup

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