/[adm]/puppet/modules/apache/templates/logrotate
ViewVC logotype

Annotation of /puppet/modules/apache/templates/logrotate

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2916 - (hide annotations) (download)
Mon Dec 10 19:54:47 2012 UTC (10 years, 9 months ago) by boklm
File size: 377 byte(s)
Create apache::var and move apache config options

Move apache options to apache::var class
1 boklm 1635 /var/log/httpd/*_log /var/log/httpd/apache_runtime_status /var/log/httpd/ssl_mutex {
2 boklm 2916 rotate <%= scope.lookupvar('apache::var::httpdlogs_rotate') %>
3 boklm 1635 monthly
4     missingok
5     notifempty
6 misc 2502 compress
7 boklm 1635 prerotate
8     /etc/rc.d/init.d/httpd closelogs > /dev/null 2>&1 || :
9     endscript
10     postrotate
11     /etc/rc.d/init.d/httpd closelogs > /dev/null 2>&1 || :
12     endscript
13     }

  ViewVC Help
Powered by ViewVC 1.1.28