X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=7be941a521216a7c17f5f0758a628958d7a3ddd4;hb=2ee825a91909505b0dcca7d2392207e3bf19b9a8;hp=7f1e292000629ca23f9e23f32df45661cb0cdedf;hpb=b0dd1aa9d67bc92d097c1ad23f42bbedd173b756;p=dsa-puppet.git diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 7f1e2920..7be941a5 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -155,13 +155,6 @@ class ferm::per-host { rule => '&TCP_UDP_SERVICE(5080)' } } - scelsi: { - @ferm::rule { 'dc11-icecast': - domain => '(ip ip6)', - description => 'Allow icecast access', - rule => '&SERVICE(tcp, 8000)' - } - } default: {} }