From 74615fc76525c49204bdfb23fc7e937bfefa17cc Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 25 Apr 2019 00:36:06 +0100 Subject: [PATCH] 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 --- pillar.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pillar.example b/pillar.example index 2488ec2..60ab061 100644 --- a/pillar.example +++ b/pillar.example @@ -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: {}