Kaynağa Gözat

Fix retrieving configuration from pillar

tags/v0.9.0
Gilles Dartiguelongue 8 yıl önce
ebeveyn
işleme
6c3292430d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      logrotate/templates/logrotate.conf.tmpl

+ 1
- 1
logrotate/templates/logrotate.conf.tmpl Dosyayı Görüntüle

@@ -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 = [] -%}


Yükleniyor…
İptal
Kaydet