We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f44abe commit d9cc161Copy full SHA for d9cc161
manifests/server/schema.pp
@@ -31,7 +31,7 @@
31
port => $port,
32
}
33
34
- $schema_title = "Create Schema '${schema}'"
+ $schema_title = "Create Schema '${title}'"
35
$authorization = $owner? {
36
undef => '',
37
default => "AUTHORIZATION \"${owner}\"",
0 commit comments