]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
add ferm rule for solr access from bendel
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 28 Dec 2013 17:51:04 +0000 (18:51 +0100)
committerMartin 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

index a4bb2d69454d44f994cf0351863947c0c86682c4..6f6cdf7e7c15ffa25e2a996a83419266223f7a01 100644 (file)
@@ -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: {