Mercurial > repos > other > Puppet
annotate common/logrotate-trac @ 50:9c0ed2404c59
Fix Trac log rotation with correct username
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sat, 08 Aug 2015 08:48:06 +0000 |
parents | 956e484adc12 |
children | 600b3bfb5484 |
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 |
956e484adc12
Initial public release of Puppet configs
IBBoard <dev@ibboard.co.uk>
parents:
diff
changeset
|
7 } |