From 094989a00988fda048202d65a10fc1cc75156025 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Mon, 22 Feb 2010 08:55:56 +0000 Subject: [PATCH] quiet down, you Signed-off-by: Stephen Gran --- modules/exim/manifests/init.pp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/modules/exim/manifests/init.pp b/modules/exim/manifests/init.pp index 6856da2c8..50484f908 100644 --- a/modules/exim/manifests/init.pp +++ b/modules/exim/manifests/init.pp @@ -161,4 +161,12 @@ class exim { description => "Allow smtp access", rule => "&SERVICE(tcp, 25)" } + # Do we actually want this? I'm only doing it because it's harmless + # and makes the logs quiet. There are better ways of making logs quiet, + # though. + @ferm::rule { "dsa-ident": + domain => "(ip ip6)", + description => "Allow ident access", + rule => "&SERVICE(tcp, 113)" + } } -- 2.20.1