Skip to content

Commit

Permalink
REFERENCE.md: regenerate
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyon committed Mar 16, 2024
1 parent 308ba43 commit e9336e4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@ The following parameters are available in the `splunk::forwarder` class:
* [`secret_file`](#-splunk--forwarder--secret_file)
* [`secret`](#-splunk--forwarder--secret)
* [`addons`](#-splunk--forwarder--addons)
* [`allow_insecure`](#-splunk--forwarder--allow_insecure)
* [`purge_deploymentclient`](#-splunk--forwarder--purge_deploymentclient)

##### <a name="-splunk--forwarder--server"></a>`server`
Expand Down Expand Up @@ -1221,6 +1222,14 @@ Manage a splunk addons, see `splunk::addons`.

Default value: `{}`

##### <a name="-splunk--forwarder--allow_insecure"></a>`allow_insecure`

Data type: `Boolean`

Disable certificate verification when connecting to SSL hosts to download packages.

Default value: `$splunk::params::allow_insecure`

##### <a name="-splunk--forwarder--purge_deploymentclient"></a>`purge_deploymentclient`

Data type: `Boolean`
Expand Down Expand Up @@ -1477,6 +1486,7 @@ The following parameters are available in the `splunk::params` class:
* [`enterprise_installdir`](#-splunk--params--enterprise_installdir)
* [`default_host`](#-splunk--params--default_host)
* [`manage_net_tools`](#-splunk--params--manage_net_tools)
* [`allow_insecure`](#-splunk--params--allow_insecure)

##### <a name="-splunk--params--version"></a>`version`

Expand Down Expand Up @@ -1636,6 +1646,14 @@ already declared on your code base, you can disable this flag.

Default value: `true`

##### <a name="-splunk--params--allow_insecure"></a>`allow_insecure`

Data type: `Boolean`

Disable certificate verification when connecting to SSL hosts to download packages.

Default value: `false`

## Defined types

### <a name="splunk--addon"></a>`splunk::addon`
Expand Down

0 comments on commit e9336e4

Please sign in to comment.