We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7aef0c commit 87be51bCopy full SHA for 87be51b
1 file changed
manifests/config.pp
@@ -24,6 +24,7 @@
24
default => undef
25
}
26
27
+ # can't use pick_default: https://tickets.puppetlabs.com/browse/MODULES-11018
28
$dbschema = if $jira::dbschema { $jira::dbschema } else { $dbschema_default }
29
30
$validation_query_default = $jira::db ? {
0 commit comments