mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 17:50:27 +00:00
Maintain consistent use of tpldir
(continues from #211)
This commit is contained in:
parent
d53648249c
commit
02cde57804
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
|
#remove release installed by formula
|
||||||
postgresql-client-removed:
|
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
|
# remove release installed by formula
|
||||||
postgresql-devel-removed:
|
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:
|
postgresql-dead:
|
||||||
service.dead:
|
service.dead:
|
||||||
|
|
Loading…
Add table
Reference in a new issue