1
0
Fork 0

fix pillar.example

This commit is contained in:
root 2015-01-22 09:18:16 +08:00
parent e730dc8989
commit 41d9b697cb
1 changed files with 9 additions and 3 deletions

View File

@ -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"