diff --git a/files/gitlab-config-template/gitlab.rb.template b/files/gitlab-config-template/gitlab.rb.template index ba6a254e239393fdd5951d0675216ef7de10ad79_ZmlsZXMvZ2l0bGFiLWNvbmZpZy10ZW1wbGF0ZS9naXRsYWIucmIudGVtcGxhdGU=..b5472f159c1c3410b14955cc20504eeaa9ad5be8_ZmlsZXMvZ2l0bGFiLWNvbmZpZy10ZW1wbGF0ZS9naXRsYWIucmIudGVtcGxhdGU= 100644 --- a/files/gitlab-config-template/gitlab.rb.template +++ b/files/gitlab-config-template/gitlab.rb.template @@ -2776,9 +2776,8 @@ # pgbouncer['auth_hba_file'] = nil # pgbouncer['auth_query'] = 'SELECT username, password FROM public.pg_shadow_lookup($1)' # pgbouncer['users'] = { -# { -# name: USERNAME, -# password: MD5_PASSWORD_HASH +# USERNAME: { +# 'password': MD5_PASSWORD_HASH, # } # } # postgresql['pgbouncer_user'] = nil