fix rendering error

This commit is contained in:
N 2018-08-23 10:31:09 +01:00
parent 8dfba2abdc
commit 3df515a036

View file

@ -1,4 +1,4 @@
{% from tpldir + "/map.jinja" import postgres with context %}
{%- from salt.file.dirname(tpldir) ~ "/map.jinja" import postgres with context -%}
{% if grains.os not in ('Windows', 'MacOS',) %}
{%- set pkgs = [postgres.pkg_dev, postgres.pkg_libpq_dev] + postgres.pkg_dev_deps %}