From ec725753e8b5037a6b31cc3401cf72a02af43c74 Mon Sep 17 00:00:00 2001 From: Simon Halvorsen Date: Wed, 8 Jul 2026 13:53:28 +0200 Subject: [PATCH] Fix: Added missing semicolon and newline for cfengine-cli lint/format-docs Signed-off-by: Simon Halvorsen --- .../example-snippets/software_and_patch_installation_1_2_3.cf | 2 +- content/reference/functions/regline.markdown | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/content/examples/example-snippets/software_and_patch_installation_1_2_3.cf b/content/examples/example-snippets/software_and_patch_installation_1_2_3.cf index 5001c29b6..b1d573540 100644 --- a/content/examples/example-snippets/software_and_patch_installation_1_2_3.cf +++ b/content/examples/example-snippets/software_and_patch_installation_1_2_3.cf @@ -2,7 +2,7 @@ body common control { bundlesequence => { "packages" }; - inputs => { "cfengine_stdlib.cf" } + inputs => { "cfengine_stdlib.cf" }; } bundle agent packages diff --git a/content/reference/functions/regline.markdown b/content/reference/functions/regline.markdown index 767ee2686..e1271407e 100644 --- a/content/reference/functions/regline.markdown +++ b/content/reference/functions/regline.markdown @@ -42,6 +42,7 @@ bundle edit_line upgrade_cfexecd # bundles and persist until it is explicitly canceled or until the end of # the agent run. scope => "bundle"; + insert_lines: exec_fix:: "0,5,10,15,20,25,30,35,40,45,50,55 * * * * /var/cfengine/bin/cf-execd -F";