Explorar el Código

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

closes #57
tags/v0.12.0
Javier Bértoli hace 3 años
padre
commit
c3b64d37a7
Se han modificado 3 ficheros con 2 adiciones y 1 borrados
  1. +0
    -1
      kitchen.yml
  2. +1
    -0
      logrotate/defaults.yaml
  3. +1
    -0
      logrotate/init.sls

+ 0
- 1
kitchen.yml Ver fichero

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

+ 1
- 0
logrotate/defaults.yaml Ver fichero

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

+ 1
- 0
logrotate/init.sls Ver fichero

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

Cargando…
Cancelar
Guardar