No description
Find a file
Wolodja Wentland aa4d6baca6 Merge pull request #39 from seegno/enhancement/markdown-readme
Update README to markdown syntax
2015-02-23 18:56:13 +01:00
postgres Add switch to install contrib package 2015-02-14 17:36:04 +00:00
test/integration/default/serverspec Add ServerSpec test 2015-02-20 17:34:20 +00:00
.gitignore Add gitignore 2015-02-20 17:38:03 +00:00
.kitchen.yml Add test-kitchen configuration file 2015-02-20 17:29:34 +00:00
Gemfile Add Gemfile with kitchen-salt dependencies 2015-02-20 17:13:54 +00:00
Gemfile.lock Add Gemfile with kitchen-salt dependencies 2015-02-20 17:13:54 +00:00
LICENSE Add LICENSE. 2013-07-28 00:34:38 +02:00
pillar.example Add option to use upstream repo on Debian 2015-02-01 14:40:45 +00:00
README.md Update README to markdown syntax 2015-02-23 16:47:04 +00:00

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