paulbsd-salt/states/postgresql/install.sls

10 lines
166 B
Plaintext
Raw Normal View History

2020-07-10 00:58:55 +02:00
---
postgresql-install:
pkg.latest:
2020-08-30 16:51:41 +02:00
- pkgs:
2021-09-25 16:10:22 +02:00
- postgresql
- postgresql-client
- postgresql-13-cron
2021-10-30 18:41:03 +02:00
- postgresql-13-repmgr
- repmgr