Fix typo.

This commit is contained in:
Johan Björklund 2025-02-20 14:20:45 +01:00
parent 8a2bdf5016
commit 4fab8a3c75
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037

View file

@ -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,
) {