From: Peter Palfrader Date: Tue, 7 Sep 2010 20:11:14 +0000 (+0200) Subject: I think this ferm rule is no longer needed X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9f03464fb4e359654ad10961d1d26da53efef600;hp=7b4f24c7e7b0a1e9f85bd2c46d97714a4cebff0f;p=mirror%2Fdsa-puppet.git I think this ferm rule is no longer needed --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index ec082c385..dc8dfbd83 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -87,11 +87,11 @@ class ferm::per-host { } } draghi: { - @ferm::rule { "dsa-bind": - domain => "(ip ip6)", - description => "Allow nameserver access", - rule => "&TCP_UDP_SERVICE(53)" - } + #@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",