Skip to content

Commit 74615fc

Browse files
committed
fix(uuid-ossp): use hyphen consistently
* Found when testing Travis CI for the formula * States fail and run in the wrong order * Broken: https://travis-ci.org/myii/postgres-formula/jobs/524227136#L2092 * Fixed: https://travis-ci.org/myii/postgres-formula/jobs/524229384#L2086
1 parent 5f7f504 commit 74615fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: pillar.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@ postgres:
174174

175175
# optional schemas to enable on database
176176
schemas:
177-
uuid_ossp:
177+
uuid-ossp:
178178
dbname: db1
179179
owner: localUser
180180

181181
# optional extensions to install in schema
182182
extensions:
183183
uuid-ossp:
184-
schema: uuid_ossp
184+
schema: uuid-ossp
185185
maintenance_db: db1
186186
#postgis: {}
187187

0 commit comments

Comments
 (0)