annotate common/logrotate-trac @ 95:0ea0825ba847 puppet-3.6

Make sure that we don't get Yum just emailing us "I updated my metadata for the repos"
author IBBoard <dev@ibboard.co.uk>
date Sun, 24 Jan 2016 20:11:51 +0000
parents 600b3bfb5484
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
956e484adc12 Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
1 /srv/trac/projects/*/log/trac.log {
956e484adc12 Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
2 weekly
956e484adc12 Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
3 rotate 7
956e484adc12 Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
4 missingok
50
9c0ed2404c59 Fix Trac log rotation with correct username
IBBoard <dev@ibboard.co.uk>
parents: 0
diff changeset
5 create 640 apache apache
0
956e484adc12 Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
6 compress
82
600b3bfb5484 New LogRotate is picky about usernames for security reasons. Fix it for Trac logs.
IBBoard <dev@ibboard.co.uk>
parents: 50
diff changeset
7 su apache apache
0
956e484adc12 Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff changeset
8 }