We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98d39f2 + 7d69295 commit 9ece3e9Copy full SHA for 9ece3e9
1 file changed
pillar.example
@@ -131,6 +131,14 @@ postgres:
131
lc_ctype: 'en_US.UTF-8'
132
lc_collate: 'en_US.UTF-8'
133
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'
142
143
# optional schemas to enable on database
144
schemas:
0 commit comments