Allow dc16 hosts to access postgres on vittoria
authorJulien Cristau <jcristau@debian.org>
Wed, 29 Jun 2016 13:26:46 +0000 (15:26 +0200)
committerJulien Cristau <jcristau@debian.org>
Wed, 29 Jun 2016 13:26:46 +0000 (15:26 +0200)
Signed-off-by: Julien Cristau <jcristau@debian.org>
modules/ferm/manifests/per-host.pp

index 87aa56c..ba0f52b 100644 (file)
@@ -473,6 +473,10 @@ class ferm::per-host {
                                description     => 'Allow postgress access',
                                rule            => '&SERVICE_RANGE(tcp, 5432, ( $HOST_PGBACKUPHOST_V6 ))'
                        }
+                       @ferm::rule { 'dc16-postgres':
+                               description     => 'Allow postgres access',
+                               rule            => '&SERVICE_RANGE(tcp, 5332, ( 137.158.82.4/31 ))'
+                       }
                }
                default: {}
        }