From f1141df4f3d0bacb28b5e698b0b474fe3d0c3ca1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:26:44 +0000 Subject: [PATCH 1/2] [create-pull-request] automated change --- src/cfengine_cli/syntax-description.json | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/cfengine_cli/syntax-description.json b/src/cfengine_cli/syntax-description.json index 3733b1b..e49671b 100644 --- a/src/cfengine_cli/syntax-description.json +++ b/src/cfengine_cli/syntax-description.json @@ -3386,17 +3386,6 @@ "vars" ], "status": "normal" - }, - "watch": { - "promiseTypes": [ - "events", - "classes", - "defaults", - "meta", - "reports", - "vars" - ], - "status": "normal" } }, "functions": { From 0c24719ee5ec5b1dcdaa35f8e1cec28ba072abd9 Mon Sep 17 00:00:00 2001 From: Lars Erik Wik Date: Mon, 7 Sep 2026 10:49:13 +0200 Subject: [PATCH 2/2] Removed expected bundle type watch cf-watchd was reverted in https://github.com/cfengine/core/pull/6347 Signed-off-by: Lars Erik Wik --- tests/lint/004_block_type.expected.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lint/004_block_type.expected.txt b/tests/lint/004_block_type.expected.txt index c7cf522..1e89011 100644 --- a/tests/lint/004_block_type.expected.txt +++ b/tests/lint/004_block_type.expected.txt @@ -1,7 +1,7 @@ bundle notavalidtype my_bundle ^-----------^ -Error: Bundle type must be one of (agent, common, edit_line, edit_xml, monitor, reactor, server, watch), not 'notavalidtype' at tests/lint/004_block_type.x.cf:1:8 +Error: Bundle type must be one of (agent, common, edit_line, edit_xml, monitor, reactor, server), not 'notavalidtype' at tests/lint/004_block_type.x.cf:1:8 promise server my_promise_type