From f96b32c1fb0cc22ffa165fb0bdfc488db81a546e Mon Sep 17 00:00:00 2001 From: msurato <26545339+msurato@users.noreply.github.com> Date: Wed, 16 Apr 2025 14:02:46 -0400 Subject: [PATCH] Fix ReEnableGroup bug When we are not using monitoring the system errored out as we don't ensure that the monitoring_reenable_group is initialized. --- functions/build_workflow.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/build_workflow.pp b/functions/build_workflow.pp index cdf4d06..f7bfc75 100644 --- a/functions/build_workflow.pp +++ b/functions/build_workflow.pp @@ -112,6 +112,7 @@ function patching::build_workflow( $monitoring_reenable_group = true } else { $monitoring_plan = [] + $monitoring_reenable_group = false } # Determine if snapshots should be created