Add sample default_config to pillar.example
This commit is contained in:
parent
98e6f6a909
commit
3676ff6216
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@ logrotate:
|
||||||
lookup:
|
lookup:
|
||||||
pkg: logrotate
|
pkg: logrotate
|
||||||
service: crond
|
service: crond
|
||||||
|
default_config:
|
||||||
|
- weekly
|
||||||
|
- rotate: 52
|
||||||
|
- create
|
||||||
|
- compress
|
||||||
|
- dateext
|
||||||
jobs:
|
jobs:
|
||||||
/tmp/var/log/mysql/error:
|
/tmp/var/log/mysql/error:
|
||||||
config:
|
config:
|
||||||
|
|
Loading…
Reference in a new issue