Explorar el Código

Define pillar default for logrotate:jobs

This allows users to target this states to minions for which no pillar
has been defined (yet).
master
Wolodja Wentland hace 9 años
padre
commit
6b15f6490c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      logrotate/jobs.sls

+ 1
- 1
logrotate/jobs.sls Ver fichero

@@ -1,6 +1,6 @@
# vim: sts=2 ts=2 sw=2 et ai
{% from "logrotate/map.jinja" import logrotate with context %}
{% set jobs = salt['pillar.get']('logrotate:jobs') %}
{% set jobs = salt['pillar.get']('logrotate:jobs', {}) %}

include:
- logrotate

Cargando…
Cancelar
Guardar