paulbsd-salt/states/postgresql/defaults.yaml
Paul 0d1eab4858
All checks were successful
continuous-integration/drone/push Build is passing
updated postgresql state
2024-09-08 14:05:19 +02:00

18 lines
254 B
YAML

---
postgresql:
version: 15
packages:
- repmgr
extensions:
- cron
- repmgr
databases:
- name: postgres
user: postgres
config:
main:
listen_addresses: "'*'"
port: 5432
max_connections: 100
users: []