Split rsyslog to server and to come: client.

This commit is contained in:
Johan Björklund 2025-02-21 11:02:24 +01:00
parent e4074d2679
commit 797e5f5592
Signed by: bjorklund
GPG key ID: 5E8401339C7F5037
2 changed files with 2 additions and 4 deletions

View file

@ -93,8 +93,6 @@ zammad-test.cert.sunet.se:
passthrough: ['/api', '/oauth']
internal-sto3-test-rsyslog-1.cert.sunet.se:
soc::rsyslog:
soc::rsyslog::server:
syslog_enable_remote: false
udp_port: 514
tcp_port: 514
relp_port: 2514

View file

@ -1,5 +1,5 @@
# rsyslog
class soc::rsyslog(
class soc::rsyslog::server(
$daily_rotation = true,
$syslog_servers = lookup(syslog_servers, undef, undef, []),
$relp_syslog_servers = lookup(relp_syslog_servers, undef, undef, []),