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:
61003a9
)
more pg
author
Peter Palfrader
<peter@palfrader.org>
Thu, 23 Feb 2012 20:16:41 +0000
(21:16 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 23 Feb 2012 20:16:49 +0000
(21:16 +0100)
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
c3ced55
..
e409d4c
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-28,6
+28,10
@@
class ferm::per-host {
description => "Allow postgress access2",
rule => "&SERVICE_RANGE(tcp, 5437, ( 206.12.19.0/24 ))"
;
+ "dsa-postgres2-danzi":
+ description => "Allow postgress access2",
+ rule => "&SERVICE_RANGE(tcp, 5436, ( 206.12.19.0/24 ))"
+ ;
}
}