Skip to content

Commit 7d69295

Browse files
committed
add example on how to enable extension on a db
1 parent 98d39f2 commit 7d69295

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pillar.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,14 @@ postgres:
131131
lc_ctype: 'en_US.UTF-8'
132132
lc_collate: 'en_US.UTF-8'
133133
tablespace: 'my_space'
134+
# set custom schema
135+
schemas:
136+
public:
137+
owner: 'localUser'
138+
# enable per-db extension
139+
extensions:
140+
uuid-ossp:
141+
schema: 'public'
134142

135143
# optional schemas to enable on database
136144
schemas:

0 commit comments

Comments
 (0)