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