mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 17:50:27 +00:00
No description
|
||
---|---|---|
postgres | ||
test/integration/default/serverspec | ||
.gitignore | ||
.kitchen.yml | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
pillar.example | ||
README.md |
postgres
It sets up PostgreSQL.
For the best practises see salt formulas installation and usage instructions
Available states
postgres
Installs the postgresql package.
postgres.python
Installs the postgresql python module
Testing
Testing is done wit kitchen-salt
kitchen converge
Runs the postgres main state
kitchen verify
Runs serverspec tests on the actual instance
kitchen test
Builds and runs test from scratch
kitchen login
Gives you ssh to the vagrant machine for manual testing