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:
5832049
)
franck allows connections from ries to dak pg cluster
author
Stephen Gran
<steve@lobefin.net>
Mon, 21 Mar 2011 19:24:34 +0000
(19:24 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Mon, 21 Mar 2011 19:24:34 +0000
(19:24 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
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
aa20cbd
..
e92a7a9
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)"
}
}
+ franck: {
+ @ferm::rule { "dak_replication":
+ domain => "(ip)",
+ description => "Allow dak pg replication",
+ rule => "&SERVICE_RANGE(tcp, 5433, 128.148.34.103/32)"
+ }
+ }
liszt: {
@ferm::rule { "smtp":
domain => "(ip ip6)",