Fix a conditional.

This commit is contained in:
Andrea Dell'Amico 2021-02-16 18:49:46 +01:00
parent 9c06db234e
commit 45703e5d71
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ failback_command = ''
# %R = new master database cluster path
# %% = '%' character
{% if pgpool_version is version_compare('4.1.4', '>=')
{% if pgpool_version is version_compare('4.1.4', '>=') %}
failover_on_backend_error = {{ pgpool_fail_over_on_backend_error }}
{% else %}
fail_over_on_backend_error = {{ pgpool_fail_over_on_backend_error }}