Browse Source

Merge pull request #7 from Bilge/patch-1

Remove quotes
tags/v0.9.0
Nitin Madhok 9 years ago
parent
commit
dc491d6545
1 changed files with 11 additions and 11 deletions
  1. +11
    -11
      pillar.example

+ 11
- 11
pillar.example View File

# vim: sts=2 ts=2 sw=2 et ai # vim: sts=2 ts=2 sw=2 et ai
logrotate: logrotate:
lookup: lookup:
pkg: 'logrotate'
service: 'crond'
pkg: logrotate
service: crond
jobs: 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

Loading…
Cancel
Save