Merge pull request #139 from leansalt/pillar-extension-fix

add example on how to enable extension on a db
This commit is contained in:
Javier Bértoli 2017-01-24 16:21:22 -03:00 committed by GitHub
commit 9ece3e9180

View file

@ -131,6 +131,14 @@ postgres:
lc_ctype: 'en_US.UTF-8'
lc_collate: 'en_US.UTF-8'
tablespace: 'my_space'
# set custom schema
schemas:
public:
owner: 'localUser'
# enable per-db extension
extensions:
uuid-ossp:
schema: 'public'
# optional schemas to enable on database
schemas: