From d549e8ea428e96585ef0f1400e73142392c78723 Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Wed, 27 May 2026 09:53:55 +0200 Subject: [PATCH] Removed cfe_internal_update_health_failures bundle cf-reactor now schedules the update_health_failures CLI task on its own 1-minute timer. The policy bundle is no longer needed for CFEngine version 3.28 or later. Ticket: ENT-7923 Changelog: Moved update_health_failures CLI task from policy to cf-reactor Signed-off-by: Lars Erik Wik --- cfe_internal/enterprise/CFE_hub_specific.cf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cfe_internal/enterprise/CFE_hub_specific.cf b/cfe_internal/enterprise/CFE_hub_specific.cf index 6a22c50dcc..c7779876f5 100644 --- a/cfe_internal/enterprise/CFE_hub_specific.cf +++ b/cfe_internal/enterprise/CFE_hub_specific.cf @@ -790,11 +790,15 @@ bundle agent cfe_internal_refresh_events_table bundle agent cfe_internal_update_health_failures # @brief Update table that contains health diagnostics failures hosts { +@if before_version(3.28) + # The update_health_failures CLI task is moved to cf-reactor. + # Remove this bundle once CFEngine 3.28 is end-of-life. meta: (policy_server|am_policy_hub).enterprise_edition:: "tags" slist => { "enterprise_maintenance" }; +@endif commands: