From: Peter Palfrader Date: Sun, 29 Sep 2019 17:08:09 +0000 (+0200) Subject: remove manual firewall allow bmdb1->fasolo X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=22580af76a1547bd7df8104362331762f407c9fd remove manual firewall allow bmdb1->fasolo --- diff --git a/modules/ferm/manifests/per_host.pp b/modules/ferm/manifests/per_host.pp index 28e3c3079..a1cfe2b34 100644 --- a/modules/ferm/manifests/per_host.pp +++ b/modules/ferm/manifests/per_host.pp @@ -102,17 +102,6 @@ class ferm::per_host { | EOF } } - fasolo: { - ferm::rule { 'dsa-postgres': - description => 'Allow postgress access', - domain => '(ip ip6)', - rule => @("EOF"/$) - &SERVICE_RANGE(tcp, 5433, ( - ${ join(getfromhash($deprecated::allnodeinfo, 'bmdb1.debian.org', 'ipHostNumber'), " ") } - )) - | EOF - } - } bmdb1: { ferm::rule { 'dsa-postgres-main': description => 'Allow postgress access to cluster: main',