mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
fix rendering error
This commit is contained in:
parent
8dfba2abdc
commit
3df515a036
1 changed files with 1 additions and 1 deletions
|
@ -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',) %}
|
{% if grains.os not in ('Windows', 'MacOS',) %}
|
||||||
{%- set pkgs = [postgres.pkg_dev, postgres.pkg_libpq_dev] + postgres.pkg_dev_deps %}
|
{%- set pkgs = [postgres.pkg_dev, postgres.pkg_libpq_dev] + postgres.pkg_dev_deps %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue