From: Peter Palfrader Date: Thu, 1 Feb 2018 18:23:22 +0000 (+0100) Subject: remove bendel/lists blackhole rules that are probably long obsolete X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=59713004fd05b67f9da0cde10ff37f5d70083f0a;p=mirror%2Fdsa-puppet.git remove bendel/lists blackhole rules that are probably long obsolete --- diff --git a/modules/ferm/manifests/per_host.pp b/modules/ferm/manifests/per_host.pp index 73ab84df8..e8d445a5d 100644 --- a/modules/ferm/manifests/per_host.pp +++ b/modules/ferm/manifests/per_host.pp @@ -14,20 +14,6 @@ class ferm::per_host { rule => '&SERVICE_RANGE(tcp, 3493, ( 82.195.75.64/26 192.168.43.0/24 ))' } } - bendel: { - @ferm::rule { 'listmaster-ontp-in': - description => 'ONTP has a broken mail setup', - table => 'filter', - chain => 'INPUT', - rule => 'source 188.165.23.89/32 proto tcp dport 25 jump DROP', - } - @ferm::rule { 'listmaster-ontp-out': - description => 'ONTP has a broken mail setup', - table => 'filter', - chain => 'OUTPUT', - rule => 'destination 78.8.208.246/32 proto tcp dport 25 jump DROP', - } - } lotti,lully,loghost-grnet-01: { @ferm::rule { 'dsa-syslog': description => 'Allow syslog access',