We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2f39ccd + d9cc161 commit b5b9c78Copy full SHA for b5b9c78
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