Merge pull request #58 from netmanagers/master

feat(jobs): add `jobs: {}` to defaults and state to init
pull/59/head
Imran Iqbal 2 years ago committed by GitHub
commit 10fc44eff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      kitchen.yml
  2. 1
      logrotate/defaults.yaml
  3. 1
      logrotate/init.sls

@ -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…
Cancel
Save