From 67553845b85ca8046607d4b831f620a592738b58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:36:22 +0000 Subject: [PATCH] [create-pull-request] automated change --- src/cfengine_cli/syntax-description.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/cfengine_cli/syntax-description.json b/src/cfengine_cli/syntax-description.json index 0bbb5b0..7dbc7aa 100644 --- a/src/cfengine_cli/syntax-description.json +++ b/src/cfengine_cli/syntax-description.json @@ -2141,6 +2141,27 @@ "type": "option", "visibility": "body" }, + "remount": { + "attribute": "remount", + "range": "true,false,yes,no,on,off", + "status": "normal", + "type": "option", + "visibility": "body" + }, + "remount_methods": { + "attribute": "remount_methods", + "range": "remount,unmount_mount", + "status": "normal", + "type": "olist", + "visibility": "body" + }, + "remount_timeout": { + "attribute": "remount_timeout", + "range": "0,99999999999", + "status": "normal", + "type": "int", + "visibility": "body" + }, "unmount": { "attribute": "unmount", "range": "true,false,yes,no,on,off",