postgres-formula/postgres/init.sls

7 lines
127 B
Text

{% from postgres/map.jinja import postgres with context %}
postgresql:
pkg:
- installed
- name: {{ postgres.pkg }}