From 87be51b030ec1fdcac0e2fb0ee9017e355c7a0cb Mon Sep 17 00:00:00 2001 From: Jarkko Oranen Date: Tue, 13 Apr 2021 15:06:14 +0300 Subject: [PATCH] Note stdlib bug --- manifests/config.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/config.pp b/manifests/config.pp index a742c589..f39477bb 100644 --- a/manifests/config.pp +++ b/manifests/config.pp @@ -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 ? {