diff common/logrotate-trac @ 82:600b3bfb5484 puppet-3.6

New LogRotate is picky about usernames for security reasons. Fix it for Trac logs.
author IBBoard <dev@ibboard.co.uk>
date Sat, 14 Nov 2015 14:08:32 +0000
parents 9c0ed2404c59
children
line wrap: on
line diff
--- a/common/logrotate-trac	Sun Nov 01 21:18:07 2015 +0000
+++ b/common/logrotate-trac	Sat Nov 14 14:08:32 2015 +0000
@@ -4,4 +4,5 @@
 	missingok
 	create 640 apache apache
 	compress
+	su apache apache
 }