From: Julien Cristau Date: Wed, 29 Jun 2016 13:26:46 +0000 (+0200) Subject: Allow dc16 hosts to access postgres on vittoria X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=25cf6eafe99252aeea11f864e9dd6832b43de51f;p=mirror%2Fdsa-puppet.git Allow dc16 hosts to access postgres on vittoria Signed-off-by: Julien Cristau --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 87aa56c87..ba0f52bf1 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -473,6 +473,10 @@ 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, 5332, ( 137.158.82.4/31 ))' + } } default: {} }