postgres-formula/postgres
Edvinas Klovas d7580104f6 Add support for database extensions.
This commit adds support for database extensions via
salt.states.postgres_extension

When configuring database pillar data all you need to do is add (optional)
extension list with the extensions that you want the state to apply to specific
database. Example:

    db1:
      owner: 'localUser'
      user: 'localUser'
      template: 'template0'
      lc_ctype: 'C.UTF-8'
      lc_collate: 'C.UTF-8'
      extensions:
        - uuid-ossp

This will make sure `uuid-ossp` extension is enabled on `db1` database.

Updated pillar.example to include (optional) extensions
2015-07-23 17:54:24 +03:00
..
client.sls Switch to new style map.jinja 2015-04-22 17:47:02 -05:00
codenamemap.yaml added pkg_repo defaults for trusty and utopic 2015-05-05 17:14:35 -07:00
defaults.yaml Fix backward compat 2015-04-24 13:15:59 -05:00
dev.sls moved dev packages to seperate state 2015-05-05 15:40:49 -07:00
init.sls Add support for database extensions. 2015-07-23 17:54:24 +03:00
map.jinja Switch to new style map.jinja 2015-04-22 17:47:02 -05:00
osmap.yaml Switch to new style map.jinja 2015-04-22 17:47:02 -05:00
pg_hba.conf Limitation of default access rights to improve security 2015-01-12 19:02:06 +01:00
python.sls Change states to use short-dec style 2014-12-13 00:19:59 -07:00
upstream.sls Switch to new style map.jinja 2015-04-22 17:47:02 -05:00