Skip to content

Commit b5b9c78

Browse files
committed
Merge pull request puppetlabs#623 from dirkweinhardt/MODULES-2049
(#2049) Make title of psql resource for schema creation unique
2 parents 2f39ccd + d9cc161 commit b5b9c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/server/schema.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
port => $port,
3232
}
3333

34-
$schema_title = "Create Schema '${schema}'"
34+
$schema_title = "Create Schema '${title}'"
3535
$authorization = $owner? {
3636
undef => '',
3737
default => "AUTHORIZATION \"${owner}\"",

0 commit comments

Comments
 (0)