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:
cae383c
)
fix name and port
author
Martin Zobel-Helas
<zobel@debian.org>
Sat, 28 Dec 2013 18:01:33 +0000
(19:01 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sat, 28 Dec 2013 18:01:33 +0000
(19:01 +0100)
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
b3a4f7e
..
2a48908
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-207,9
+207,9
@@
class ferm::per-host {
# solr stuff
case $::hostname {
stockhausen: {
- @ferm::rule { 'dsa-
postgres
-jetty':
+ @ferm::rule { 'dsa-
solr
-jetty':
description => 'Allow jetty access',
- rule => '&SERVICE_RANGE(tcp, 80, ( 82.195.75.100/32 ))'
+ rule => '&SERVICE_RANGE(tcp, 80
80
, ( 82.195.75.100/32 ))'
}
}
}