Fix default_config example in pillar.example
This commit is contained in:
parent
6c3292430d
commit
bc4b450e38
1 changed files with 5 additions and 5 deletions
|
@ -4,11 +4,11 @@ logrotate:
|
|||
pkg: logrotate
|
||||
service: crond
|
||||
default_config:
|
||||
- weekly
|
||||
- rotate: 52
|
||||
- create
|
||||
- compress
|
||||
- dateext
|
||||
weekly: True
|
||||
rotate: 52
|
||||
create: True
|
||||
compress: True
|
||||
dateext: True
|
||||
jobs:
|
||||
/tmp/var/log/mysql/error:
|
||||
config:
|
||||
|
|
Loading…
Reference in a new issue