mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
add fromrepo support for client binaries
This commit is contained in:
parent
81919a9d46
commit
04a09dcc36
1 changed files with 5 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Reference in a new issue