1
0
Fork 0

Remove quotes

None of these quotes are actually needed.
This commit is contained in:
Bilge 2015-03-13 12:19:23 +00:00
parent 5fc6f344f2
commit a93d84bcfe
1 changed files with 11 additions and 11 deletions

View File

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