From 18790d62b9ab027988664261dd0394bff2e34def Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 30 Aug 2020 16:51:41 +0200 Subject: [PATCH] updated postgresql state --- states/postgresql/install.sls | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/states/postgresql/install.sls b/states/postgresql/install.sls index 9632ac1..6259a10 100644 --- a/states/postgresql/install.sls +++ b/states/postgresql/install.sls @@ -1,4 +1,7 @@ --- postgresql-install: pkg.latest: - - name: postgresql \ No newline at end of file + - pkgs: + - postgresql-11 + - postgresql-client-11 + - postgresql-plpython3-11