Set apache logrotate to 15 days for all hosts/services
[mirror/dsa-puppet.git] / modules / apache2 / files / common / etc / logrotate.d / apache2
index 3dab7f5..9dd2f05 100644 (file)
@@ -5,9 +5,9 @@
 
 /var/log/apache2/*.log {
        daily
-       datext
+       dateext
        missingok
-       rotate 360
+       rotate 15
        compress
        delaycompress
        notifempty