We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 844ae97 + 04a09dc commit 761b1caCopy full SHA for 761b1ca
postgres/client/init.sls
@@ -16,11 +16,14 @@ include:
16
postgresql-client-libs:
17
pkg.installed:
18
- pkgs: {{ pkgs }}
19
-{%- if postgres.use_upstream_repo == true %}
+ {%- if postgres.use_upstream_repo == true %}
20
- refresh: True
21
- require:
22
- pkgrepo: postgresql-repo
23
-{%- endif %}
+ {%- endif %}
24
+ {%- if postgres.fromrepo %}
25
+ - fromrepo: {{ postgres.fromrepo }}
26
27
28
# Alternatives system. Make client binaries available in $PATH
29
{%- if 'bin_dir' in postgres and postgres.linux.altpriority %}
0 commit comments