fix name and port
authorMartin Zobel-Helas <zobel@debian.org>
Sat, 28 Dec 2013 18:01:33 +0000 (19:01 +0100)
committerMartin 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

index b3a4f7e..2a48908 100644 (file)
@@ -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, 8080, ( 82.195.75.100/32 ))'
                        }
                }
        }