mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
7 lines
127 B
Text
7 lines
127 B
Text
{% from postgres/map.jinja import postgres with context %}
|
|
|
|
postgresql:
|
|
pkg:
|
|
- installed
|
|
- name: {{ postgres.pkg }}
|
|
|