Parcourir la source

Remove quotes

None of these quotes are actually needed.
tags/v0.9.0
Bilge il y a 9 ans
Parent
révision
a93d84bcfe
1 fichiers modifiés avec 11 ajouts et 11 suppressions
  1. +11
    -11
      pillar.example

+ 11
- 11
pillar.example Voir le fichier

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

Chargement…
Annuler
Enregistrer