Split rsyslog to server and to come: client.
This commit is contained in:
parent
e4074d2679
commit
797e5f5592
2 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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, []),
|
Loading…
Add table
Reference in a new issue