mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 17:50:27 +00:00
Merge pull request #261 from myii/bug/fix-uuid-ossp
fix(uuid-ossp): use hyphen consistently
This commit is contained in:
commit
29cd2d8a7c
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