parent
bb6bfac80e
commit
c3b64d37a7
3 changed files with 2 additions and 1 deletions
|
@ -419,7 +419,6 @@ suites:
|
|||
'*':
|
||||
- logrotate._mapdata
|
||||
- logrotate
|
||||
- logrotate.jobs
|
||||
pillars:
|
||||
top.sls:
|
||||
base:
|
||||
|
|
|
@ -13,3 +13,4 @@ logrotate:
|
|||
weekly: true
|
||||
rotate: 4
|
||||
create: true
|
||||
jobs: {}
|
||||
|
|
|
@ -5,3 +5,4 @@ include:
|
|||
- logrotate.install
|
||||
- logrotate.config
|
||||
- logrotate.service
|
||||
- logrotate.jobs
|
||||
|
|
Loading…
Reference in a new issue