Explorar el Código

Fix retrieving configuration from pillar

master
Gilles Dartiguelongue hace 7 años
padre
commit
6c3292430d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      logrotate/templates/logrotate.conf.tmpl

+ 1
- 1
logrotate/templates/logrotate.conf.tmpl Ver fichero

@@ -1,5 +1,5 @@
{%- from "logrotate/map.jinja" import logrotate with context -%}
{%- set config = pillar.get('logrotate:default_config', logrotate.default_config) -%}
{%- set config = salt['pillar.get']('logrotate:default_config', logrotate.default_config) -%}

{%- set processed_parameters = [] -%}


Cargando…
Cancelar
Guardar