Skip to content

Latest commit

 

History

History
33 lines (15 loc) · 549 Bytes

README.md

File metadata and controls

33 lines (15 loc) · 549 Bytes

postgresql salt formula

Saltstack

This formula installs and configures postgresql.

States

init.sls

Install and configure postgresql.

repository.sls

Configure official PostgreSQL repository.

postgis.sls

Install the PostGIS extention.

sysctl.sls

Configure sysctls according to the PostgreSQL best practises.

Pillars

Some states require settings set in the salt-pillar. See pillar.example for an example pillar file.