1
0
Fork 0

Merge pull request #58 from netmanagers/master

feat(jobs): add `jobs: {}` to defaults and state to init
This commit is contained in:
Imran Iqbal 2021-07-07 09:36:28 +01:00 committed by GitHub
commit 10fc44eff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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