No TLSA for wiki.debian.org for a while
[mirror/dsa-puppet.git] / modules / ferm / manifests / per-host.pp
index 87aa56c..4246cbe 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, 5432, ( 137.158.82.4/31 ))'
+                       }
                }
                default: {}
        }