Skip to content

Commit bbab90f

Browse files
committed
Update REFERENCE.md
1 parent 22a5861 commit bbab90f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

REFERENCE.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Name of the syslog-ng service.
8181

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

84-
Data type: `String[1]`
84+
Data type: `String[0]`
8585

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

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

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

100+
Default value: `'installed'`
101+
100102
##### <a name="-syslog_ng--manage_repo"></a>`manage_repo`
101103

102104
Data type: `Boolean`
@@ -135,8 +137,6 @@ Data type: `Stdlib::Absolutepath`
135137

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

138-
Default value: `'/usr/sbin'`
139-
140140
##### <a name="-syslog_ng--user"></a>`user`
141141

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

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

166-
Data type: `Stdlib::Absolutepath`
166+
Data type: `Optional[Stdlib::Absolutepath]`
167167

168168
Path to the init script configuration file.
169169

170+
Default value: `undef`
171+
170172
##### <a name="-syslog_ng--init_config_hash"></a>`init_config_hash`
171173

172174
Data type: `Hash`
173175

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

178+
Default value: `{}`
179+
176180
## Defined types
177181

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

0 commit comments

Comments
 (0)