paulbsd-salt/states/postgresql/install.sls

8 lines
133 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:
- postgresql-11
- postgresql-client-11
- postgresql-plpython3-11