From 4820c729c7824e935f3beb4dca8ba36fa6852e84 Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Tue, 23 Jan 2024 15:28:35 +0100 Subject: [PATCH] main.cf: Removed `reports` promises from `mpf_augments_control` bundle These have not been working due to missing `reports:` after the `@endif`. @nickanderson says we might as well remove them, since they are unnecessary. Ticket: None Changelog: None Signed-off-by: Lars Erik Wik (cherry picked from commit f5e59f07698a2f7f4372b700333b3580aaa48bcd) --- cfe_internal/core/main.cf | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/cfe_internal/core/main.cf b/cfe_internal/core/main.cf index 77c727fd71..d53fa32381 100644 --- a/cfe_internal/core/main.cf +++ b/cfe_internal/core/main.cf @@ -189,22 +189,4 @@ bundle agent mpf_augments_control # if => "(execd_controls_repaired|runagent_controls_repaired)"; @endif - - server_controls_repaired|runagent_controls_repaired:: - "Should restart cf-serverd because something in its data changed."; - - executor_controls_repaired|runagent_controls_repaired:: - "Should restart cf-execd because something in its data changed."; - - monitor_controls_repaired:: - "Should restart cf-monitord because something in its data changed."; - - hub_controls_repaired:: - "Should restart cf-hub because something in its data changed."; - - DEBUG|DEBUG_mpf_augments_control:: - "DEBUG $(this.bundle): Common control $(common_controls_state)"; - "DEBUG $(this.bundle): Agent control $(agent_controls_state)"; - "DEBUG $(this.bundle): Executor control $(executor_controls_state)"; - "DEBUG $(this.bundle): Server control $(server_controls_state)"; }