From 51f0b72b7a31e222dd1fff325e0a0cbe20fad466 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 7 Aug 2018 09:11:57 +0200 Subject: [PATCH] Revert "allow access to pg on vittoria for dc18" This reverts commit 21edc51f3c8a84ec014b0f0bffc8ebd972b6b2f2. --- modules/ferm/manifests/per_host.pp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/ferm/manifests/per_host.pp b/modules/ferm/manifests/per_host.pp index 95a6f1c32..11f17b9ca 100644 --- a/modules/ferm/manifests/per_host.pp +++ b/modules/ferm/manifests/per_host.pp @@ -66,12 +66,6 @@ class ferm::per_host { rule => '&SERVICE_RANGE(tcp, 1978, ( 140.211.166.26 209.87.16.39 ))' } } - vittoria: { - @ferm::rule { 'debconf18': - description => 'temporarily allow DC18 access', - rule => '&SERVICE_RANGE(tcp, 5432, ( 140.113.6.241/32 ))' - } - } default: {} } -- 2.20.1