]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/exim/files/common/logrotate-exim4-base
add header file
[dsa-puppet.git] / modules / exim / files / common / logrotate-exim4-base
index a466efdc4e29e510505bafd3aa45dca49ba07b01..2ffe94f69ba5b07f5bc0348e73ccde7181e3ef5e 100644 (file)
@@ -1,9 +1,14 @@
+##
+## 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/exim4/mainlog /var/log/exim4/rejectlog {
-        daily
-        missingok
-        rotate 10
-        compress
-        delaycompress
-        notifempty
-        create 640 Debian-exim maillog
+       daily
+       missingok
+       rotate 10
+       compress
+       delaycompress
+       notifempty
+       create 640 Debian-exim maillog
 }