From f7aba7c9d98a5bcf1021399fb90c918cbeda132f Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Fri, 22 Jul 2011 18:41:19 +0200 Subject: [PATCH] dc11 icecast on scelsi Signed-off-by: Martin Zobel-Helas --- modules/ferm/manifests/per-host.pp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 5fd19ceb..a1715dc0 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -128,6 +128,13 @@ 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)" + } + } } case $hostname { rautavaara,luchesi: { -- 2.39.2