puppet/modules/redis/files/redis-server.logrotate @ d6f1f9d14b82

Factor out itunes and fix search styles.
author Steve Losh <steve@stevelosh.com>
date Mon, 03 Oct 2011 20:18:16 -0400
parents ead78c7e9a4d
children (none)
/var/log/redis/*.log {
        weekly
        missingok
	copytruncate
        rotate 12
        compress
        notifempty
}