remove dc16 access to pg on vittoria (re: RT#6355)
[mirror/dsa-puppet.git] / modules / ferm / manifests / per-host.pp
index 4246cbe..87aa56c 100644 (file)
@@ -473,10 +473,6 @@ 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: {}
        }