Skip to content

Commit

Permalink
Note stdlib bug
Browse files Browse the repository at this point in the history
  • Loading branch information
oranenj committed Apr 13, 2021
1 parent e7aef0c commit 87be51b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
default => undef
}

# can't use pick_default: https://tickets.puppetlabs.com/browse/MODULES-11018
$dbschema = if $jira::dbschema { $jira::dbschema } else { $dbschema_default }

$validation_query_default = $jira::db ? {
Expand Down

0 comments on commit 87be51b

Please sign in to comment.