fix pillar.example
This commit is contained in:
parent
e730dc8989
commit
41d9b697cb
1 changed files with 9 additions and 3 deletions
|
@ -3,6 +3,12 @@ logrotate:
|
||||||
pkg: 'logrotate'
|
pkg: 'logrotate'
|
||||||
service: 'crond'
|
service: 'crond'
|
||||||
jobs:
|
jobs:
|
||||||
"/home/www/billing.irknet.ru/logs/mysql_logs":
|
"/tmp/var/log/mysql/error":
|
||||||
- "mounthly"
|
- "weekly"
|
||||||
- "month"
|
- "missingok"
|
||||||
|
- "rotate 52"
|
||||||
|
- "compress"
|
||||||
|
- "delaycompress"
|
||||||
|
- "notifempty"
|
||||||
|
- "create 640 root adm"
|
||||||
|
- "sharedscripts"
|
||||||
|
|
Loading…
Reference in a new issue