2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
6 /var/log/apache2/*.log {
17 if /etc/init.d/apache2 status > /dev/null ; then \
18 /etc/init.d/apache2 reload > /dev/null; \
22 if [ -d /etc/logrotate.d/httpd-prerotate ]; then \
23 run-parts /etc/logrotate.d/httpd-prerotate; \