Merge pull request #226 from noelmcloughlin/fromrepo2

add fromrepo support for pg client
This commit is contained in:
Niels Abspoel 2018-06-17 14:14:30 +02:00 committed by GitHub
commit 761b1ca49e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 %}