From: Stephen Gran Date: Sun, 10 Oct 2010 13:52:23 +0000 (+0100) Subject: well, maybe the right file name would help X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f3353a606b20f1fcd78a811381305e9e11d1fe3c;p=mirror%2Fdsa-puppet.git well, maybe the right file name would help Signed-off-by: Stephen Gran --- diff --git a/modules/syslog-ng/manifests/init.pp b/modules/syslog-ng/manifests/init.pp index 0e91bb0ef..7706c784c 100644 --- a/modules/syslog-ng/manifests/init.pp +++ b/modules/syslog-ng/manifests/init.pp @@ -7,7 +7,7 @@ class syslog-ng { ; "/etc/default/syslog-ng": require => Package["syslog-ng"], - source => "puppet:///modules/syslog-ng/syslog-ng.logrotate", + source => "puppet:///modules/syslog-ng/syslog-ng.default", notify => Exec["syslog-ng reload"], ; "/etc/logrotate.d/syslog-ng":