From 41d9b697cb4888516bda8064aa626ec2d66cf354 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 22 Jan 2015 09:18:16 +0800 Subject: [PATCH] fix pillar.example --- pillar.example | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pillar.example b/pillar.example index 6f3870e..7ff551d 100644 --- a/pillar.example +++ b/pillar.example @@ -3,6 +3,12 @@ logrotate: pkg: 'logrotate' service: 'crond' jobs: - "/home/www/billing.irknet.ru/logs/mysql_logs": - - "mounthly" - - "month" + "/tmp/var/log/mysql/error": + - "weekly" + - "missingok" + - "rotate 52" + - "compress" + - "delaycompress" + - "notifempty" + - "create 640 root adm" + - "sharedscripts"