Fix typo.
This commit is contained in:
parent
8a2bdf5016
commit
4fab8a3c75
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class soc::rsyslog(
|
|||
$udp_client = lookup('udp_client', undef, undef, 'any'),
|
||||
$tcp_port = lookup(tcp_port, undef, undef, undef),
|
||||
$tcp_client = lookup('tcp_client', undef, undef, 'any'),
|
||||
$relp_port = lookup(relp_port, undef, undef, undef)
|
||||
$relp_port = lookup(relp_port, undef, undef, undef),
|
||||
$relp_client = lookup('relp_client', undef, undef, 'any'),
|
||||
$traditional_file_format = false,
|
||||
) {
|
||||
|
|
Loading…
Add table
Reference in a new issue