From ef28d2827041ea6feb280c798c214d77c00f2443 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 19 Jul 2013 19:48:18 +0000 Subject: [PATCH] Fix netapp in releng iptables, clean up directory --- files/iptables/releng | 8 ++------ tasks/koji/releng_config.yml | 1 - 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/files/iptables/releng b/files/iptables/releng index b89605c02c..7048429360 100644 --- a/files/iptables/releng +++ b/files/iptables/releng @@ -43,12 +43,8 @@ COMMIT -A INPUT -p tcp -m tcp --dport 22 -j ACCEPT # Allow all netapp traffic --A INPUT -p udp -m udp -s 10.5.88.11 -j ACCEPT --A INPUT -p tcp -m tcp -s 10.5.88.11 -j ACCEPT --A INPUT -p udp -m udp -s 10.5.88.20 -j ACCEPT --A INPUT -p tcp -m tcp -s 10.5.88.20 -j ACCEPT --A INPUT -p udp -m udp -s 10.5.88.21 -j ACCEPT --A INPUT -p tcp -m tcp -s 10.5.88.21 -j ACCEPT +-A INPUT -p udp -m udp -s 10.5.88.36 -j ACCEPT +-A INPUT -p tcp -m tcp -s 10.5.88.36 -j ACCEPT # Bacula Backups backup03 -A INPUT -p tcp -m tcp -s 10.5.126.161 --dport 9102 -j ACCEPT diff --git a/tasks/koji/releng_config.yml b/tasks/koji/releng_config.yml index 5917726d5e..44e04c5819 100644 --- a/tasks/koji/releng_config.yml +++ b/tasks/koji/releng_config.yml @@ -88,7 +88,6 @@ action: file state=directory path=$item with_items: - /pub - - /mnt/koji - /pub/fedora - /pub/epel - /epel