Commit graph

5 commits

Author SHA1 Message Date
Jon Nelson
45887735c6 properly quote identifiers with double quotes. This is rarely necessary. 2016-07-12 09:48:21 -05:00
Jon Nelson
278c2e4ce8 support 'owner' argument to tablespace_create 2016-07-11 19:14:31 -05:00
Tim Goodaire
8a4eb569f4 - Added initdb_user configuration, renamed postgres_user and postgres_group to user and group
- Corrected inadvertent changes to postgres_user
- Fixed postgres_user
- Explicitly list the grain that we're filtering by even though it's
  default
- Place *BSD user and runas into osmap instead of hardcoding
2016-05-23 15:02:26 -04:00
Brian Jackson
5015024725 Fix __salt__ unavailable in __virtual__()
In older versions of Salt (this was originally developed against 2015.2),
__salt__ isn't loaded yet in the __virtual__() function. Work around this by
just duplicating the check from upstream postgres.py
2015-05-05 11:42:43 -05:00
Brian Jackson
17baaa9f8c Add _states/_modules for tablespaces and add tablespace support to formula
Add temporary states/modules for handling tablespaces in Postgresql. These will
be fed back upstream, but they can live here for now.

Add support for the states/modules to the formula.
2015-04-23 11:17:39 -05:00