mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-15 17:20:25 +00:00
Merge pull request #251 from myii/PR_tpldir
Maintain consistent use of `tpldir` (continues from #211)
This commit is contained in:
commit
31fb296ee2
3 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue