eximconf: spacing fix
[mirror/dsa-puppet.git] / modules / ferm / files / logrotate-ulogd
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/ulog/*.log {
7     daily
8     compress
9     delaycompress
10     rotate 10
11     notifempty
12     missingok
13     sharedscripts
14     create 640 root adm
15     postrotate
16         invoke-rc.d ulogd reload
17     endscript
18 }