Bugfixes.
This commit is contained in:
parent
f1e2feac7d
commit
cdcadb3ec9
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ class soc::rsyslog::server(
|
|||
service { 'rsyslog':
|
||||
ensure => 'running',
|
||||
enable => true,
|
||||
subscribe => File['/etc/rsyslog.d/60-remote.conf'],
|
||||
subscribe => File['/etc/rsyslog.d/10-remote.conf'],
|
||||
}
|
||||
|
||||
if ($tcp_port or $udp_port or $relp_port) {
|
||||
|
|
Loading…
Add table
Reference in a new issue