exim helo-check: remove duplicated entry
[mirror/dsa-puppet.git] / modules / ferm / files / logrotate-ulogd
index a6d58bf..e4fdb4b 100644 (file)
@@ -1,8 +1,18 @@
+##
+## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
+## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
+##
+
 /var/log/ulog/*.log {
+    daily
+    compress
+    delaycompress
+    rotate 10
+    notifempty
     missingok
     sharedscripts
     create 640 root adm
     postrotate
-        /etc/init.d/ulogd reload
+        invoke-rc.d ulogd reload
     endscript
 }