projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1237d0d
)
dc11 icecast on scelsi
author
Martin Zobel-Helas
<zobel@debian.org>
Fri, 22 Jul 2011 16:41:19 +0000
(18:41 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Fri, 22 Jul 2011 16:41:19 +0000
(18:41 +0200)
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/ferm/manifests/per-host.pp
patch
|
blob
|
history
diff --git
a/modules/ferm/manifests/per-host.pp
b/modules/ferm/manifests/per-host.pp
index
5fd19ce
..
a1715dc
100644
(file)
--- 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: {