Merge pull request #20 from egarbi/master
path (if mapping) need to be list now
This commit is contained in:
commit
6caf737c50
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ logrotate:
|
||||||
- create 640 root adm
|
- create 640 root adm
|
||||||
- sharedscripts
|
- sharedscripts
|
||||||
mysql:
|
mysql:
|
||||||
path: /tmp/var/log/mysql/*.log
|
path:
|
||||||
|
- /tmp/var/log/mysql/*.log
|
||||||
config:
|
config:
|
||||||
- weekly
|
- weekly
|
||||||
- missingok
|
- missingok
|
||||||
|
|
Loading…
Reference in a new issue