Helps if I open the right port
authorJulien Cristau <jcristau@debian.org>
Wed, 29 Jun 2016 13:30:18 +0000 (15:30 +0200)
committerJulien Cristau <jcristau@debian.org>
Wed, 29 Jun 2016 13:30:18 +0000 (15:30 +0200)
Signed-off-by: Julien Cristau <jcristau@debian.org>
modules/ferm/manifests/per-host.pp

index ba0f52b..4246cbe 100644 (file)
@@ -475,7 +475,7 @@ class ferm::per-host {
                        }
                        @ferm::rule { 'dc16-postgres':
                                description     => 'Allow postgres access',
-                               rule            => '&SERVICE_RANGE(tcp, 5332, ( 137.158.82.4/31 ))'
+                               rule            => '&SERVICE_RANGE(tcp, 5432, ( 137.158.82.4/31 ))'
                        }
                }
                default: {}