From: Philipp Kern Date: Wed, 20 Jul 2011 22:10:18 +0000 (+0200) Subject: ferm::per-host: allow HKP to keyring.d.o from the kFreeBSDs X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1237d0dda7f35d6918cdb202c3e87d7d66432515;p=dsa-puppet.git ferm::per-host: allow HKP to keyring.d.o from the kFreeBSDs Signed-off-by: Martin Zobel-Helas --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index aa20cbd6..5fd19ceb 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -150,6 +150,7 @@ class ferm::per-host { proto udp dport (53 123) ACCEPT; proto tcp dport 8140 daddr 82.195.75.104 ACCEPT; # puppethost proto tcp dport 5140 daddr (82.195.75.98 206.12.19.121) ACCEPT; # loghost + proto tcp dport 11371 daddr 82.195.75.107 ACCEPT; # keyring host proto tcp dport (25 submission) daddr ($HOST_MAILRELAY_V4) ACCEPT ' }