Skip to content

Commit

Permalink
update REFERENCE.md after making another attempt at merging in upstre…
Browse files Browse the repository at this point in the history
…am changes
  • Loading branch information
sabo committed Aug 3, 2023
1 parent 571b191 commit 3ef4764
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 @@ -11613,6 +11613,8 @@ The following parameters are available in the `prometheus::server` class:
* [`collect_tag`](#-prometheus--server--collect_tag)
* [`max_open_files`](#-prometheus--server--max_open_files)
* [`usershell`](#-prometheus--server--usershell)
* [`proxy_server`](#-prometheus--server--proxy_server)
* [`proxy_type`](#-prometheus--server--proxy_type)

##### <a name="-prometheus--server--configname"></a>`configname`

Expand Down Expand Up @@ -12006,6 +12008,22 @@ Data type: `Stdlib::Absolutepath`

Default value: `$prometheus::usershell`

##### <a name="-prometheus--server--proxy_server"></a>`proxy_server`

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



Default value: `$prometheus::proxy_server`

##### <a name="-prometheus--server--proxy_type"></a>`proxy_type`

Data type: `Optional[Enum['none', 'http', 'https', 'ftp']]`



Default value: `$prometheus::proxy_type`

### <a name="prometheus--snmp_exporter"></a>`prometheus::snmp_exporter`

This module manages prometheus snmp_exporter
Expand Down

0 comments on commit 3ef4764

Please sign in to comment.