From 1667de8bbd8a72dfd880b29bd3593ed2c8fa6475 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 21 Sep 2010 21:53:10 +0100 Subject: [PATCH] add lotti to loghost destinations Signed-off-by: Stephen Gran --- modules/ferm/manifests/per-host.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 5e193caa..5641f659 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -146,7 +146,7 @@ class ferm::per-host { proto tcp dport (21 22 80 53 443) ACCEPT; 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 ACCEPT; # loghost + proto tcp dport 5140 daddr (82.195.75.98 206.12.19.121) ACCEPT; # loghost proto tcp dport (25 submission) daddr ($HOST_MAILRELAY_V4) ACCEPT ' } -- 2.39.2