mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-14 08:40:27 +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
|
||||
schemas:
|
||||
uuid_ossp:
|
||||
uuid-ossp:
|
||||
dbname: db1
|
||||
owner: localUser
|
||||
|
||||
# optional extensions to install in schema
|
||||
extensions:
|
||||
uuid-ossp:
|
||||
schema: uuid_ossp
|
||||
schema: uuid-ossp
|
||||
maintenance_db: db1
|
||||
#postgis: {}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue