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