Skip to content

Commit 7634296

Browse files
use upstream repo for python if configured
1 parent 43b5114 commit 7634296

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

postgres/python.sls

+8
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@
33
postgresql-python:
44
pkg.installed:
55
- name: {{ postgres.pkg_python}}
6+
{% if postgres.use_upstream_repo == true %}
7+
- refresh: True
8+
- require:
9+
- pkgrepo: postgresql-repo
10+
11+
include:
12+
- postgres.upstream
13+
{% endif %}

0 commit comments

Comments
 (0)