No description
Find a file
Brian Jackson e23f4bf8e8 Handle test=True correctly for tablespace owner
We weren't handling test=True correctly for when the table already existed, but
the owner was changing.
2015-04-23 12:04:20 -05:00
_modules Add _states/_modules for tablespaces and add tablespace support to formula 2015-04-23 11:17:39 -05:00
_states Handle test=True correctly for tablespace owner 2015-04-23 12:04:20 -05:00
postgres Add _states/_modules for tablespaces and add tablespace support to formula 2015-04-23 11:17:39 -05: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 Update LICENSING year 2015-03-20 20:12:44 -04:00
pillar.example Switch to new style map.jinja 2015-04-22 17:47:02 -05:00
README.rst updated README and pillar.example to include client formula 2015-04-21 13:40:01 -07:00

postgres

Available states

postgres

Installs the postgresql package.

postgres.python

Installs the postgresql python module

postgres.client

Installs the postgresql client

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