changeset 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 c858ca1e01d0
children b7c8f97017e5
files common/logrotate-trac
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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
 }