75212cace3651d113fb5364309220e9f1d12ec32
[mirror/dsa-puppet.git] / modules / syslog-ng / files / syslog-ng.logrotate.loggers
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 /var/log/mail-all.log {
7    rotate 4
8    weekly
9    missingok
10    notifempty
11    compress
12 }
13
14 /var/log/syslog-all {
15    rotate 4
16    missingok
17    notifempty
18    weekly
19    compress
20 }
21
22 /var/log/auth-all.log {
23    rotate 4
24    missingok
25    notifempty
26    weekly
27    compress
28    postrotate
29       /usr/sbin/invoke-rc.d syslog-ng reload >/dev/null
30    endscript
31 }