From 88e5344fecee3a372f760ba53b94e824c33d5c4f Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Sun, 25 Jul 2010 23:37:38 +0200 Subject: [PATCH] add dns and finger rules for draghi --- modules/ferm/manifests/per-host.pp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 2a29a17c7..4ed687f72 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -82,5 +82,17 @@ class ferm::per-host { rule => "&SERVICE(tcp, 25)" } } + draghi: { + @ferm::rule { "dsa-bind": + domain => "(ip ip6)", + description => "Allow nameserver access", + rule => "&TCP_UDP_SERVICE(53)" + } + @ferm::rule { "dsa-finger": + domain => "(ip ip6)", + description => "Allow finger access", + rule => "&SERVICE(tcp, 79)" + } + } } } -- 2.20.1