Fix the pgpool version number.

This commit is contained in:
Andrea Dell'Amico 2021-02-05 14:19:48 +01:00
parent 0e3d7f4d9c
commit d49d3b67ab
1 changed files with 3 additions and 3 deletions

View File

@ -123,9 +123,9 @@ psql_db_pwd: "We cannot save the password into the repository. Use another varia
#
# Those need to be installed on the postgresql server.
#
pgpool_fixed_version: '4.1.4'
pgpool_fixed_version: '=4.1.4-2.pgdg18.04+1'
postgresql_pgpool_pkgs:
- 'postgresql-{{ psql_version }}-pgpool2={{ pgpool_fixed_version }}'
- 'postgresql-{{ psql_version }}-pgpool2{{ pgpool_fixed_version }}'
#psql_db_data:
# Example of line needed to create a db, create the user that owns the db, manage the db accesses (used by iptables too). All the fields are mandatory.
@ -138,7 +138,7 @@ postgresql_pgpool_pkgs:
# pgpool-II
pgpool_pkgs:
- 'pgpool2={{ pgpool_fixed_version }}'
- 'pgpool2{{ pgpool_fixed_version }}'
- iputils-arping
pgpool_el_pkgs: