Skip to content
Snippets Groups Projects
Commit 8650d1e7 authored by Andreas Kempe's avatar Andreas Kempe
Browse files

Correct config subscription

Subscribe to /etc/rsyslog.d/lysator.conf instead of /etc/rsyslog.conf
since we moved the configuration file.
parent 47c42a82
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ class lyslogclient
ensure => 'running',
enable => true,
pattern => 'syslog',
subscribe => File['/etc/rsyslog.conf'];
subscribe => File['/etc/rsyslog.d/lysator.conf'];
}
cron {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment