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:
9f94bb1
)
fix typo
author
Martin Zobel-Helas
<zobel@debian.org>
Sat, 16 Jun 2012 10:36:24 +0000
(12:36 +0200)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sat, 16 Jun 2012 10:36:24 +0000
(12:36 +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
c42de1a
..
c12e055
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-31,7
+31,7
@@
class ferm::per-host {
description => 'Allow postgress access3',
rule => '&SERVICE_RANGE(tcp, 5436, ( 206.12.19.0/24 ))'
}
- @ferm::rule { 'dsa-postgres
3
-danzi':
+ @ferm::rule { 'dsa-postgres
4
-danzi':
description => 'Allow postgress access4',
rule => '&SERVICE_RANGE(tcp, 5438, ( 206.12.19.0/24 ))'
}