Mercurial > repos > other > Puppet
annotate common/logrotate-trac @ 385:d9009f54eb23
Migrate to a fully-fledged SSH module
This handles lots of the server path differences for us
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 03 Jan 2022 17:05:54 +0000 |
parents | 600b3bfb5484 |
children |
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 } |