Skip to content

Commit

Permalink
Update REFERENCE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smortex committed Sep 3, 2024
1 parent 22a5861 commit bbab90f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Name of the syslog-ng service.

##### <a name="-syslog_ng--module_prefix"></a>`module_prefix`

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

A string to prepend to syslog-ng module names to obtain the corresponding package names.

Expand All @@ -97,6 +97,8 @@ Data type: `String[1]`

The value of the `ensure` parameter of package resources.

Default value: `'installed'`

##### <a name="-syslog_ng--manage_repo"></a>`manage_repo`

Data type: `Boolean`
Expand Down Expand Up @@ -135,8 +137,6 @@ Data type: `Stdlib::Absolutepath`

Configures the path, where `syslog-ng` and `syslog-ng-ctl` binaries can be found.

Default value: `'/usr/sbin'`

##### <a name="-syslog_ng--user"></a>`user`

Data type: `String[1]`
Expand All @@ -163,16 +163,20 @@ Default value: `true`

##### <a name="-syslog_ng--init_config_file"></a>`init_config_file`

Data type: `Stdlib::Absolutepath`
Data type: `Optional[Stdlib::Absolutepath]`

Path to the init script configuration file.

Default value: `undef`

##### <a name="-syslog_ng--init_config_hash"></a>`init_config_hash`

Data type: `Hash`

Hash of init configuration options to put into `init_config_file`. This has OS specific defaults which will be merged to user specified value.

Default value: `{}`

## Defined types

### <a name="syslog_ng--config"></a>`syslog_ng::config`
Expand Down

0 comments on commit bbab90f

Please sign in to comment.