No description
Find a file
Jon Nelson 9b5526a680 - add 'runas', 'user', and 'owner' to all database object creation
(where appropriate)
- add missing 'requires' on database objects (schemas require databases,
  databases require users, etc....)
- alter structure of schema and extension configuration:
  now schema and extension configuration follows the other items in that
  they are expected to be *dictionaries* where the key is the name of
  the object and the value is another subdictionary of configuration.
2016-07-11 19:14:31 -05:00
_modules - Added initdb_user configuration, renamed postgres_user and postgres_group to user and group 2016-05-23 15:02:26 -04:00
_states Handle test=True correctly for tablespace owner 2015-04-23 12:04:20 -05:00
postgres - add 'runas', 'user', and 'owner' to all database object creation 2016-07-11 19:14:31 -05:00
test/integration/default/serverspec Allow to specify a tablespace for a database 2016-06-08 07:36:28 -03: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 Removing extra new lines 2015-05-07 13:37:18 -04:00
pillar.example - re-arrange cluster initialization to a set of variables in a dictionary 2016-07-11 15:29:11 -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