From 90204f00f328750b48f6c648f6ee098c14e93399 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Tue, 2 Apr 2024 13:45:54 +0100 Subject: [PATCH] add internal variables to the arg spec --- meta/argument_specs.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meta/argument_specs.yml b/meta/argument_specs.yml index 1f495ee..de21bd3 100644 --- a/meta/argument_specs.yml +++ b/meta/argument_specs.yml @@ -85,6 +85,10 @@ argument_specs: type: str required: true description: The group that the Apache process should run as. + apache_init: + type: str + required: false + description: Internal variable for the init system. apache_localhost_port: type: int required: true @@ -199,6 +203,10 @@ argument_specs: elements: str required: false description: A list of Apache packages that should be installed if abesnt. + apache_ps: + type: dict + required: false + description: Internal dictionary for the result from running ps to check init system. apache_server_admin: type: str required: true -- GitLab