X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=3170e168bf57d30a63e1ef5e82f4e872ff072f08;hb=010f7916e255994e9e7311517da0a47a8f5de00a;hp=273e6a54b0a4f04e88d4601d975c7a078df13da2;hpb=5f24e54787c042d5c0536b50470290fb15c21975;p=dsa-puppet.git diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 273e6a54..3170e168 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -130,21 +130,6 @@ class ferm::per-host { rule => '&SERVICE(tcp, 636)' } } - cilea: { - ferm::module { 'nf_conntrack_sip': } - ferm::module { 'nf_conntrack_h323': } - - @ferm::rule { 'dsa-sip': - domain => '(ip ip6)', - description => 'Allow sip access', - rule => '&TCP_UDP_SERVICE(5060)' - } - @ferm::rule { 'dsa-sipx': - domain => '(ip ip6)', - description => 'Allow sipx access', - rule => '&TCP_UDP_SERVICE(5080)' - } - } sonntag: { @ferm::rule { 'dsa-bugs-search': description => 'port 1978 for bugs-search from bug web frontends',