1
0
Fork 0

Fix retrieving configuration from pillar

This commit is contained in:
Gilles Dartiguelongue 2017-02-14 17:45:52 +01:00
parent 0ac29dd03f
commit 6c3292430d
1 changed files with 1 additions and 1 deletions

View File

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