Skip to content

Commit

Permalink
Merge pull request #251 from myii/PR_tpldir
Browse files Browse the repository at this point in the history
Maintain consistent use of `tpldir` (continues from #211)
  • Loading branch information
aboe76 authored Jan 24, 2019
2 parents d536482 + 02cde57 commit 31fb296
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion postgres/client/remove.sls
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion postgres/dev/remove.sls
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion postgres/server/remove.sls
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 31fb296

Please sign in to comment.