/var/log/httpd/*_log /var/log/httpd/apache_runtime_status /var/log/httpd/ssl_mutex { rotate <%= scope.lookupvar('apache::var::httpdlogs_rotate') %> monthly missingok notifempty compress postrotate /bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true endscript }