From bbab90fcbae89fd66ba9f40fa8b16fbe00a2ae70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Tue, 3 Sep 2024 11:42:26 -0700 Subject: [PATCH] Update REFERENCE.md --- REFERENCE.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/REFERENCE.md b/REFERENCE.md index 6531399..e368a09 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -81,7 +81,7 @@ Name of the syslog-ng service. ##### `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. @@ -97,6 +97,8 @@ Data type: `String[1]` The value of the `ensure` parameter of package resources. +Default value: `'installed'` + ##### `manage_repo` Data type: `Boolean` @@ -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'` - ##### `user` Data type: `String[1]` @@ -163,16 +163,20 @@ Default value: `true` ##### `init_config_file` -Data type: `Stdlib::Absolutepath` +Data type: `Optional[Stdlib::Absolutepath]` Path to the init script configuration file. +Default value: `undef` + ##### `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 ### `syslog_ng::config`