Skip to content

Commit

Permalink
Merge pull request #239 from voxpupuli/remove-legacy-top-scope-syntax
Browse files Browse the repository at this point in the history
Remove legacy top-scope syntax
  • Loading branch information
kenyon authored Nov 23, 2023
2 parents 5ee6630 + af2658b commit 8003f32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}
Expand Down

0 comments on commit 8003f32

Please sign in to comment.