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:
49247ca
)
add one more port for danzi
author
Martin Zobel-Helas
<zobel@debian.org>
Sat, 16 Jun 2012 10:26:30 +0000
(12:26 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sat, 16 Jun 2012 10:26:30 +0000
(12:26 +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
2756e59
..
c42de1a
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-28,9
+28,13
@@
class ferm::per-host {
rule => '&SERVICE_RANGE(tcp, 5437, ( 206.12.19.0/24 ))'
}
@ferm::rule { 'dsa-postgres3-danzi':
- description => 'Allow postgress access
2
',
+ description => 'Allow postgress access
3
',
rule => '&SERVICE_RANGE(tcp, 5436, ( 206.12.19.0/24 ))'
}
+ @ferm::rule { 'dsa-postgres3-danzi':
+ description => 'Allow postgress access4',
+ rule => '&SERVICE_RANGE(tcp, 5438, ( 206.12.19.0/24 ))'
+ }
}
abel,alwyn,rietz: {
@ferm::rule { 'dsa-tftp':