mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
use upstream repo for python if configured
This commit is contained in:
parent
43b51148fe
commit
be07072e4f
1 changed files with 11 additions and 0 deletions
|
@ -1,5 +1,16 @@
|
|||
{% from "postgres/map.jinja" import postgres with context %}
|
||||
|
||||
include:
|
||||
- postgres.upstream
|
||||
|
||||
postgresql-python:
|
||||
pkg.installed:
|
||||
- name: {{ postgres.pkg_python}}
|
||||
{% if postgres.fromrepo %}
|
||||
- fromrepo: {{ postgres.fromrepo }}
|
||||
{% endif %}
|
||||
{% if postgres.use_upstream_repo == true %}
|
||||
- refresh: True
|
||||
- require:
|
||||
- pkgrepo: postgresql-repo
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue