add fromrepo support for client binaries

This commit is contained in:
N 2018-06-16 21:02:01 +01:00
parent 81919a9d46
commit 04a09dcc36

View file

@ -21,6 +21,9 @@ postgresql-client-libs:
- require:
- pkgrepo: postgresql-repo
{%- endif %}
{%- if postgres.fromrepo %}
- fromrepo: {{ postgres.fromrepo }}
{%- endif %}
# Alternatives system. Make client binaries available in $PATH
{%- if 'bin_dir' in postgres and postgres.linux.altpriority %}