Skip to content

Commit

Permalink
Update required in REFERENCE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sudodevnull authored Aug 7, 2023
1 parent ca97ade commit 821cbc7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ The following parameters are available in the `sudo` class:
* [`config_dir_keepme`](#-sudo--config_dir_keepme)
* [`use_sudoreplay`](#-sudo--use_sudoreplay)
* [`wheel_config`](#-sudo--wheel_config)
* [`sudoreplay_discard`](#-sudo--sudoreplay_discard)
* [`sudoreplay_discard`](#-sudo--sudoreplay_discard)]
* [`maxseq`](#-sudo--maxseq)]
* [`configs`](#-sudo--configs)

##### <a name="-sudo--enable"></a>`enable`
Expand Down Expand Up @@ -318,6 +319,14 @@ Array of additional command to discard in sudo log.

Default value: `undef`

##### <a name="-sudo--maxseq"></a>`maxseq`

Data type: `Optional[Integer[1]]`

Integer of value to over-ride maxseq in sudo conf.

Default value: `undef`

##### <a name="-sudo--configs"></a>`configs`

Data type: `Hash`
Expand Down

0 comments on commit 821cbc7

Please sign in to comment.