1
0
Fork 0

feat(jobs): add `jobs: {}` to defaults and state to init

closes #57
This commit is contained in:
Javier Bértoli 2021-07-06 20:50:41 -03:00
parent bb6bfac80e
commit c3b64d37a7
3 changed files with 2 additions and 1 deletions

View File

@ -419,7 +419,6 @@ suites:
'*':
- logrotate._mapdata
- logrotate
- logrotate.jobs
pillars:
top.sls:
base:

View File

@ -13,3 +13,4 @@ logrotate:
weekly: true
rotate: 4
create: true
jobs: {}

View File

@ -5,3 +5,4 @@ include:
- logrotate.install
- logrotate.config
- logrotate.service
- logrotate.jobs