From: Aurelien Jarno Date: Sat, 28 Sep 2019 11:46:26 +0000 (+0200) Subject: Drop the dedup cluster at bytemark X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=0d1e54b0c4f16c7ba70986f9a03ca3b878ec3aad Drop the dedup cluster at bytemark --- diff --git a/modules/ferm/manifests/per_host.pp b/modules/ferm/manifests/per_host.pp index 2e995dcfd..643df8167 100644 --- a/modules/ferm/manifests/per_host.pp +++ b/modules/ferm/manifests/per_host.pp @@ -145,15 +145,6 @@ class ferm::per_host { )) | EOF } - ferm::rule { 'dsa-postgres-dedup': - description => 'Allow postgress access to cluster: dedup', - domain => '(ip ip6)', - rule => @("EOF"/$) - &SERVICE_RANGE(tcp, 5439, ( - ${ join(getfromhash($deprecated::allnodeinfo, 'delfin.debian.org', 'ipHostNumber'), " ") } - )) - | EOF - } ferm::rule { 'dsa-postgres-debsources': description => 'Allow postgress access to cluster: debsources', domain => '(ip ip6)',