view common/logrotate-httpd @ 70:c91296a71160 puppet-3.6

Update IP address of clouduk - test VM should use a different name!
author IBBoard <dev@ibboard.co.uk>
date Sun, 18 Oct 2015 18:57:46 +0100
parents 956e484adc12
children
line wrap: on
line source

/var/log/apache/*log {
    monthly
    rotate 3
    missingok
    compress
    notifempty
    sharedscripts
    postrotate
        /sbin/service httpd reload > /dev/null 2>/dev/null || true
    endscript
}