From 21c5d61f43c46163d35b9739173847bc81f525f6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 12 Oct 2017 21:58:16 +0000 Subject: [PATCH] Revert "look, some whitespace changes" This reverts commit b1201baec095d32178d76a88736a5d56b2b0446f. --- roles/base/templates/iptables/iptables.download-phx2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/base/templates/iptables/iptables.download-phx2 b/roles/base/templates/iptables/iptables.download-phx2 index fef43628f9..638ea692b4 100644 --- a/roles/base/templates/iptables/iptables.download-phx2 +++ b/roles/base/templates/iptables/iptables.download-phx2 @@ -17,7 +17,6 @@ # allow ssh - always -A INPUT -m conntrack --ctstate NEW -m tcp -p tcp --dport 22 -j ACCEPT - # for nrpe - allow it from nocs -A INPUT -p tcp -m tcp --dport 5666 -s 192.168.1.10 -j ACCEPT -A INPUT -p tcp -m tcp --dport 5666 -s 192.168.1.166 -j ACCEPT