Merge pull request #237 from noelmcloughlin/macOSissue

fix postgres.dev state rendering error
This commit is contained in:
Niels Abspoel 2018-08-23 20:26:04 +02:00 committed by GitHub
commit 943d6c94d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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',) %} {% 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 %}