diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index aaabdbe..aad1481 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -61,11 +61,11 @@ #small hashes to the component as input class rsyslog::config::global { - $::rsyslog::config::global_config.each |$param, $config| { + $rsyslog::config::global_config.each |$param, $config| { rsyslog::component::global_config { $param: * => { - 'priority' => $::rsyslog::global_config_priority, - 'target' => $::rsyslog::target_file, + 'priority' => $rsyslog::global_config_priority, + 'target' => $rsyslog::target_file, } + $config, } }