1
0
Fork 0

Merge pull request #7 from Bilge/patch-1

Remove quotes
This commit is contained in:
Nitin Madhok 2015-03-14 00:20:11 -04:00
commit dc491d6545
1 changed files with 11 additions and 11 deletions

View File

@ -1,15 +1,15 @@
# vim: sts=2 ts=2 sw=2 et ai
logrotate:
lookup:
pkg: 'logrotate'
service: 'crond'
pkg: logrotate
service: crond
jobs:
"/tmp/var/log/mysql/error":
- "weekly"
- "missingok"
- "rotate 52"
- "compress"
- "delaycompress"
- "notifempty"
- "create 640 root adm"
- "sharedscripts"
/tmp/var/log/mysql/error:
- weekly
- missingok
- rotate 52
- compress
- delaycompress
- notifempty
- create 640 root adm
- sharedscripts