paulbsd-salt/states/postgresql/install.sls

7 lines
95 B
Plaintext

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