You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

25 lines
507 B

install-pgbouncer:
pkg.installed:
- name: pgbouncer
/etc/pgbouncer/pgbouncer.ini:
file.managed:
- source: salt://postgresql/pgbouncer.ini.jinja2
- template: jinja
- user: postgres
- group: postgres
- mode: 640
/etc/pgbouncer/userlist.txt:
file.managed:
- contents: '"tildes" ""'
- user: postgres
- group: postgres
- mode: 640
pgbouncer.service:
service.running:
- enable: True
- reload: True
- watch:
- file: /etc/pgbouncer/pgbouncer.ini