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:
22aa116
)
add ferm rule for solr access from bendel
author
Martin Zobel-Helas
<zobel@debian.org>
Sat, 28 Dec 2013 17:51:04 +0000
(18:51 +0100)
committer
Martin Zobel-Helas
<zobel@debian.org>
Sat, 28 Dec 2013 17:51:04 +0000
(18:51 +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
a4bb2d6
..
6f6cdf7
100644
(file)
--- a/
modules/ferm/manifests/per-host.pp
+++ b/
modules/ferm/manifests/per-host.pp
@@
-204,6
+204,15
@@
class ferm::per-host {
default: {}
}
+ # solr stuff
+ case $::hostname {
+ stockhausen: {
+ @ferm::rule { 'dsa-postgres-jetty':
+ description => 'Allow jetty access',
+ rule => '&SERVICE_RANGE(tcp, 80, ( 82.195.75.100/32 ))'
+ }
+ }
+
# postgres stuff
case $::hostname {
ullmann: {