]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
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 b3a4f7e8247ac7f5ca0915d5456aede21cdec574..2a48908746c57673d3f38fb8804d8717b95f49fa 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 ))'
                        }
                }
        }