Skip to content
Snippets Groups Projects
Commit b5472f159c1c authored by Anton Smith's avatar Anton Smith
Browse files

Update pgbouncer['users'] syntax

parent ba6a254e2393
No related branches found
No related tags found
1 merge request!72Intermediate build for testing purposes
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment