From 5a4551ecc175cdee46ff37628a3b82d4623dcebb Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Tue, 23 Jul 2024 17:13:41 +0200 Subject: [PATCH] 3.24.0 changelog: Added note about sys.cfengine_roles and related classes Signed-off-by: Ole Herman Schumacher Elgesem --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index d5e3fc1e20..b07952b8e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -61,6 +61,13 @@ (ENT-8996) - masterfiles-stage.sh now supports a new --check-only option (ENT-9386) + - Added new policy variable 'sys.cfengine_roles'. This + variable is a string list, containing "Reporting hub" if cf-hub + exists (hub package installed), "Policy server" if the host is + bootstrapped to itself ('policy_server' class defined), and just + "Client" if none of the other options are true. + - Added 2 new classes correlating to the values in 'sys.cfengine_roles': + 'cfengine_reporting_hub' and 'cfengine_client'. 3.23.0: - Added selinux policy to allow cf-hub to initiate scheduled reports