puppet/modules/redis/files/redis-server.logrotate @ 540b3d6bc2bc

Remove unnecessary syntax.
author Steve Losh <steve@stevelosh.com>
date Sun, 23 Oct 2011 20:22:13 -0400
parents ead78c7e9a4d
children (none)
/var/log/redis/*.log {
        weekly
        missingok
	copytruncate
        rotate 12
        compress
        notifempty
}