Set apache logrotate to 15 days for all hosts/services
[mirror/dsa-puppet.git] / modules / apache2 / files / common / etc / logrotate.d / apache2
index 096c313..9dd2f05 100644 (file)
@@ -1,8 +1,13 @@
+##
+## 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/apache2/*.log {
        daily
-       datext
+       dateext
        missingok
-       rotate 360
+       rotate 15
        compress
        delaycompress
        notifempty