From 92e8a29f05e78c5f6917727ae4a1e504f9ce46e7 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 6 Feb 2015 21:39:22 +0000 Subject: [PATCH] Stay 6 --- roles/base/templates/iptables/ip6tables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/base/templates/iptables/ip6tables b/roles/base/templates/iptables/ip6tables index 4d85a04a17..49db2f7851 100644 --- a/roles/base/templates/iptables/ip6tables +++ b/roles/base/templates/iptables/ip6tables @@ -21,7 +21,7 @@ -A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 22 -j ACCEPT # if the host/group defines incoming tcp_ports - allow them -{% if tcp6_ports is defined %} +{% if tcp_ports is defined %} {% for port in tcp_ports %} -A INPUT -p tcp -m tcp --dport {{ port }} -j ACCEPT {% endfor %}