Fix retrieving configuration from pillar

pull/26/head
Gilles Dartiguelongue 7 years ago
parent 0ac29dd03f
commit 6c3292430d
  1. 2
      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…
Cancel
Save