Browse Source

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

closes #57
tags/v0.12.0
Javier Bértoli 3 years ago
parent
commit
c3b64d37a7
3 changed files with 2 additions and 1 deletions
  1. +0
    -1
      kitchen.yml
  2. +1
    -0
      logrotate/defaults.yaml
  3. +1
    -0
      logrotate/init.sls

+ 0
- 1
kitchen.yml View File

'*': '*':
- logrotate._mapdata - logrotate._mapdata
- logrotate - logrotate
- logrotate.jobs
pillars: pillars:
top.sls: top.sls:
base: base:

+ 1
- 0
logrotate/defaults.yaml View File

weekly: true weekly: true
rotate: 4 rotate: 4
create: true create: true
jobs: {}

+ 1
- 0
logrotate/init.sls View File

- logrotate.install - logrotate.install
- logrotate.config - logrotate.config
- logrotate.service - logrotate.service
- logrotate.jobs

Loading…
Cancel
Save