Merge pull request #251 from myii/PR_tpldir

Maintain consistent use of `tpldir` (continues from #211)
This commit is contained in:
Niels Abspoel 2019-01-24 20:10:52 +01:00 committed by GitHub
commit 31fb296ee2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: