File: //proc/self/root/etc/logrotate.d/customers_logfiles
# THIS FILE IS AUTOMATICALLY DISTRIBUTED BY PUPPET. ANY CHANGES WILL BE
# OVERWRITTEN.
/home/storage/*/*/logfiles/*.log
/home/domains/*/*/*/logfiles/*.log
/home/hp3-linc1-nfs1-w/*/*/logfiles/*log
/home/hp3-linc1-nfs1-x/*/*/logfiles/*log
/home/hp3-linc1-nfs2-y/*/*/logfiles/*log
/home/hp3-linc1-nfs2-z/*/*/logfiles/*log
/home/hp3-linc2-nfs1-w/*/*/logfiles/*log
/home/hp3-linc2-nfs1-x/*/*/logfiles/*log
/home/hp3-linc2-nfs2-y/*/*/logfiles/*log
/home/hp3-linc2-nfs2-z/*/*/logfiles/*log
/home/hp3-linc3-nfs1-w/*/*/logfiles/*log
/home/hp3-linc3-nfs1-x/*/*/logfiles/*log
/home/hp3-linc3-nfs2-y/*/*/logfiles/*log
/home/hp3-linc3-nfs2-z/*/*/logfiles/*log
/home/hp3-linc4-nfs1-w/*/*/logfiles/*log
/home/hp3-linc4-nfs1-x/*/*/logfiles/*log
/home/hp3-linc4-nfs2-y/*/*/logfiles/*log
/home/hp3-linc4-nfs2-z/*/*/logfiles/*log
/home/hp3-linc5-nfs1-w/*/*/logfiles/*log
/home/hp3-linc5-nfs1-x/*/*/logfiles/*log
/home/hp3-linc5-nfs2-y/*/*/logfiles/*log
/home/hp3-linc5-nfs2-z/*/*/logfiles/*log
/home/hp3-linc6-nfs1-w/*/*/logfiles/*log
/home/hp3-linc6-nfs1-x/*/*/logfiles/*log
/home/hp3-linc6-nfs2-y/*/*/logfiles/*log
/home/hp3-linc6-nfs2-z/*/*/logfiles/*log
/home/hp3-linc7-nfs1-w/*/*/logfiles/*log
/home/hp3-linc7-nfs1-x/*/*/logfiles/*log
/home/hp3-linc7-nfs2-y/*/*/logfiles/*log
/home/hp3-linc7-nfs2-z/*/*/logfiles/*log
/home/hp3-linc8-nfs1-w/*/*/logfiles/*log
/home/hp3-linc8-nfs1-x/*/*/logfiles/*log
/home/hp3-linc8-nfs2-y/*/*/logfiles/*log
/home/hp3-linc8-nfs2-z/*/*/logfiles/*log
{
daily
dateext
missingok
nocompress
nocreate
rotate 7
sharedscripts
postrotate
/bin/systemctl reload httpd.service > /dev/null 2>/dev/null || true
endscript
}