Use false as default value instead of undef
This commit is contained in:
Родитель
dff654e2b8
Коммит
146dfda8fa
|
@ -50,7 +50,7 @@ or send some bitcoins to ```1Na3YFUmdxKxJLiuRXQYJU2kiNqA3KY2j9```
|
|||
ssl_permitted_peer => undef,
|
||||
ssl_auth_mode => 'anon',
|
||||
log_templates => false,
|
||||
log_filters => undef,
|
||||
log_filters => false,
|
||||
actionfiletemplate => false,
|
||||
high_precision_timestamps => false,
|
||||
rate_limit_burst => undef,
|
||||
|
@ -161,7 +161,7 @@ Declare the following to configure the connection:
|
|||
address => '*',
|
||||
high_precision_timestamps => false,
|
||||
log_templates => false,
|
||||
log_filters => undef,
|
||||
log_filters => false,
|
||||
actionfiletemplate => false,
|
||||
ssl_ca => undef,
|
||||
ssl_cert => undef,
|
||||
|
|
|
@ -53,7 +53,7 @@ class rsyslog::client (
|
|||
$ssl_permitted_peer = undef,
|
||||
$ssl_auth_mode = 'anon',
|
||||
$log_templates = false,
|
||||
$log_filters = undef,
|
||||
$log_filters = false,
|
||||
$actionfiletemplate = false,
|
||||
$high_precision_timestamps = false,
|
||||
$rate_limit_burst = undef,
|
||||
|
|
|
@ -52,7 +52,7 @@ class rsyslog::server (
|
|||
$ssl_cert = undef,
|
||||
$ssl_key = undef,
|
||||
$log_templates = false,
|
||||
$log_filters = undef,
|
||||
$log_filters = false,
|
||||
$actionfiletemplate = false,
|
||||
$rotate = undef
|
||||
) inherits rsyslog {
|
||||
|
|
Загрузка…
Ссылка в новой задаче