mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 17:50:27 +00:00
fix(cent7): postgres11 needs libicu installed
This commit is contained in:
parent
e84389dbb3
commit
4c0f796f00
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ RedHat:
|
|||
baseurl: 'https://download.postgresql.org/pub/repos/yum/{{ repo.version }}/redhat/rhel-$releasever-$basearch'
|
||||
|
||||
{%- if grains.get('osmajorrelease', 0) >= 7 %}
|
||||
pkgs_deps:
|
||||
- libicu
|
||||
pkg_python: python3-psycopg2
|
||||
{%- endif %}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue