X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper_host.pp;fp=modules%2Fferm%2Fmanifests%2Fper_host.pp;h=643df816731cc4fda893e36da8ec27e59e2bec1c;hb=0d1e54b0c4f16c7ba70986f9a03ca3b878ec3aad;hp=2e995dcfdc436746f0361fcc1465cf1c4b0a7231;hpb=ccdb88080aa97a262f8f93511dfc8f920ca237ff;p=mirror%2Fdsa-puppet.git 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)',