Maintain consistent use of tpldir (continues from #211)

This commit is contained in:
Imran Iqbal 2019-01-24 13:20:36 +00:00
parent d53648249c
commit 02cde57804
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
{%- from "postgres/map.jinja" import postgres with context -%}
{%- from salt.file.dirname(tpldir) ~ "/map.jinja" import postgres with context -%}
#remove release installed by formula
postgresql-client-removed:

View file

@ -1,4 +1,4 @@
{%- from "postgres/map.jinja" import postgres with context -%}
{%- from salt.file.dirname(tpldir) ~ "/map.jinja" import postgres with context -%}
# remove release installed by formula
postgresql-devel-removed:

View file

@ -1,4 +1,4 @@
{%- from "postgres/map.jinja" import postgres with context %}
{%- from salt.file.dirname(tpldir) ~ "/map.jinja" import postgres with context -%}
postgresql-dead:
service.dead: