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
|
pkg: logrotate
|
||||||
service: crond
|
service: crond
|
||||||
default_config:
|
default_config:
|
||||||
- weekly
|
weekly: True
|
||||||
- rotate: 52
|
rotate: 52
|
||||||
- create
|
create: True
|
||||||
- compress
|
compress: True
|
||||||
- dateext
|
dateext: True
|
||||||
jobs:
|
jobs:
|
||||||
/tmp/var/log/mysql/error:
|
/tmp/var/log/mysql/error:
|
||||||
config:
|
config:
|
||||||
|
|
Loading…
Reference in a new issue