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:
1faafe1
)
add infinote port (RT#3293)
author
Martin Zobel-Helas
<zobel@debian.org>
Sat, 27 Aug 2011 13:18:08 +0000
(15:18 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sat, 27 Aug 2011 13:18:08 +0000
(15:18 +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
a1715dc
..
40ff44d
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-81,6
+81,13
@@
class ferm::per-host {
rule => "&SERVICE(tcp, 11371)"
}
}
+ gombert: {
+ @ferm::rule { "dsa-infinoted":
+ domain => "(ip ip6)",
+ description => "Allow infinoted access",
+ rule => "&SERVICE(tcp, 6523)"
+ }
+ }
liszt: {
@ferm::rule { "smtp":
domain => "(ip ip6)",