library/roles/iptables/templates/iptables-rules.v4.j2: Fix a conditional.

This commit is contained in:
Andrea Dell'Amico 2018-01-16 17:03:54 +01:00
parent 026107b45d
commit 69f14daa94
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
{% endif %}
{% if psql_firewall_enabled %}
{% if psql_db_port is defined %}
{% if psql_listen_on_ext_int %}
{% if psql_listen_on_ext_int is defined and psql_listen_on_ext_int %}
{% if psql_db_data is defined %}
# postgresql clients
{% for db in psql_db_data %}