From b86a9e7d56cb11ac8d3999291ea8a04668f0a14c Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sat, 25 Sep 2021 16:10:22 +0200 Subject: [PATCH] updated postgresql state --- states/postgresql/install.sls | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/states/postgresql/install.sls b/states/postgresql/install.sls index b113c0a..9404738 100644 --- a/states/postgresql/install.sls +++ b/states/postgresql/install.sls @@ -2,7 +2,5 @@ postgresql-install: pkg.latest: - pkgs: - - postgresql-11 - - postgresql-client-11 - - postgresql-plpython3-11 - - postgresql-11-cron + - postgresql + - postgresql-client