crowbar/crowbar-core

View on GitHub
chef/cookbooks/apache2/templates/default/apache.logrotate.erb

Summary

Maintainability
Test Coverage
/var/log/apache2/*.log {
    compress
    copytruncate
    dateext
    maxage 365
    rotate 99
    size=+4096k
    notifempty
    missingok
    sharedscripts
}