Skip to content

Commit

Permalink
update the documentation of sshd_lineinfile template.
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Aug 1, 2024
1 parent e9f6404 commit 7d232bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/templates/template_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -795,6 +795,14 @@ When the remediation is applied duplicate occurrences of `key` are removed.

- **value** - value of the SSH configuration option specified by
**parameter**, eg. `"no"`.
This cannot be specified together with the **xccdf_variable** parameter.

- **xccdf_variable** - specifies an XCCDF variable to use as a value for the specified **parameter**.
This parameter conflicts with the **value** parameter.

- **datatype** - specifies the datatype of the **value** or **xccdf_variable**.
Possible options are **int** or **string**.
The datatype is utilized for creation of correct templated test scenarios.

- **missing_parameter_pass** - effective only in OVAL checks, if
set to `"false"` and the parameter is not present in the
Expand Down

0 comments on commit 7d232bc

Please sign in to comment.