# HG changeset patch
# User Anton Smith <asmith@gitlab.com>
# Date 1651557289 0
#      Tue May 03 05:54:49 2022 +0000
# Node ID b5472f159c1c3410b14955cc20504eeaa9ad5be8
# Parent  ba6a254e239393fdd5951d0675216ef7de10ad79
Update pgbouncer['users'] syntax

diff --git a/files/gitlab-config-template/gitlab.rb.template b/files/gitlab-config-template/gitlab.rb.template
--- 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