mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
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
This commit is contained in:
parent
5f7f504a8a
commit
74615fc765
1 changed files with 2 additions and 2 deletions
|
@ -174,14 +174,14 @@ postgres:
|
||||||
|
|
||||||
# optional schemas to enable on database
|
# optional schemas to enable on database
|
||||||
schemas:
|
schemas:
|
||||||
uuid_ossp:
|
uuid-ossp:
|
||||||
dbname: db1
|
dbname: db1
|
||||||
owner: localUser
|
owner: localUser
|
||||||
|
|
||||||
# optional extensions to install in schema
|
# optional extensions to install in schema
|
||||||
extensions:
|
extensions:
|
||||||
uuid-ossp:
|
uuid-ossp:
|
||||||
schema: uuid_ossp
|
schema: uuid-ossp
|
||||||
maintenance_db: db1
|
maintenance_db: db1
|
||||||
#postgis: {}
|
#postgis: {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue