puppet/modules/redis/files/redis-server.logrotate @ 472b20cb4c5f

Holy shit it pretty much works.
author Steve Losh <steve@stevelosh.com>
date Tue, 04 Oct 2011 18:50:28 -0400
parents ead78c7e9a4d
children (none)
/var/log/redis/*.log {
        weekly
        missingok
	copytruncate
        rotate 12
        compress
        notifempty
}