diff --git a/functions/pe_db_names.pp b/functions/pe_db_names.pp index 514fcc6c..ff0afa06 100644 --- a/functions/pe_db_names.pp +++ b/functions/pe_db_names.pp @@ -9,11 +9,22 @@ function peadm::pe_db_names ( 'pe-rbac', ] + $pe_2025_6_or_later = SemVerRange('>=2025.6.0') $pe_2025_3_or_later = SemVerRange('>= 2025.3.0') $pe_2025_or_later = SemVerRange('>= 2025.0.0') $pe_2023_8_or_later = SemVerRange('>= 2023.8.0') case $pe_ver { + # The workflow service was added in 2025.6.0 + $pe_2025_6_or_later: { + $original_db_names + [ + 'pe-hac', + 'pe-patching', + 'pe-infra-assistant', + 'pe-workflow', + ] + } + # The infra-assistant was added in 2025.3.0 $pe_2025_3_or_later: { $original_db_names + [