postgres-formula/postgres/python.sls

9 lines
219 B
Text
Raw Normal View History

{% from tpldir + "/map.jinja" import postgres with context %}
postgresql-python:
2014-12-13 00:19:59 -07:00
pkg.installed:
2018-03-20 14:15:44 +00:00
- name: {{ postgres.pkg_python}}
2018-04-09 14:59:49 +01:00
{% if postgres.fromrepo %}
- fromrepo: {{ postgres.fromrepo }}
{% endif %}