mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
Merge pull request #237 from noelmcloughlin/macOSissue
fix postgres.dev state rendering error
This commit is contained in:
commit
943d6c94d2
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