소스 검색

Fix retrieving configuration from pillar

master
Gilles Dartiguelongue 8 년 전
부모
커밋
6c3292430d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      logrotate/templates/logrotate.conf.tmpl

+ 1
- 1
logrotate/templates/logrotate.conf.tmpl 파일 보기

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


Loading…
취소
저장