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