blob: 0d297f95716fb96c20e3b45ed480fed322c675f3 [file] [log] [blame]
{%- from "apache/map.jinja" import server with context %}
job:
apache2:
- files:
- /var/log/apache2/*.log
options:
- daily
- missingok
- rotate: 14
- compress
- delaycompress
- notifempty
- sharedscripts
- postrotate: "test -f /var/run/apache2/apache2.pid && kill -USR1 $(cat /var/run/apache2/apache2.pid)"