Skip to content
Snippets Groups Projects
Verified Commit 90204f00 authored by Chris Croome's avatar Chris Croome
Browse files

add internal variables to the arg spec

parent 88a99bf7
No related branches found
Tags 3.1.0
No related merge requests found
Pipeline #32818 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment