postgres-formula/postgres/init.sls
2014-01-26 04:36:15 +00:00

7 lines
129 B
Text

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