paulbsd-salt/states/postgresql/install.sls

8 lines
133 B
Plaintext

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