puppet/modules/redis/files/redis-server.logrotate @ 279de613dd93

Wrap the http requests to apple.
author Steve Losh <steve@stevelosh.com>
date Wed, 05 Oct 2011 22:19:48 -0400
parents ead78c7e9a4d
children (none)
/var/log/redis/*.log {
        weekly
        missingok
	copytruncate
        rotate 12
        compress
        notifempty
}