paulbsd-salt/states/postgresql/install.sls

9 lines
160 B
Plaintext

---
postgresql-install:
pkg.latest:
- pkgs:
- postgresql-11
- postgresql-client-11
- postgresql-plpython3-11
- postgresql-11-cron