mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 09:40:26 +00:00
Merge pull request #226 from noelmcloughlin/fromrepo2
add fromrepo support for pg client
This commit is contained in:
commit
761b1ca49e
1 changed files with 5 additions and 2 deletions
|
@ -21,6 +21,9 @@ postgresql-client-libs:
|
||||||
- require:
|
- require:
|
||||||
- pkgrepo: postgresql-repo
|
- pkgrepo: postgresql-repo
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
{%- if postgres.fromrepo %}
|
||||||
|
- fromrepo: {{ postgres.fromrepo }}
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
# Alternatives system. Make client binaries available in $PATH
|
# Alternatives system. Make client binaries available in $PATH
|
||||||
{%- if 'bin_dir' in postgres and postgres.linux.altpriority %}
|
{%- if 'bin_dir' in postgres and postgres.linux.altpriority %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue