From: Peter Palfrader Date: Mon, 2 Jun 2014 17:51:28 +0000 (+0200) Subject: allow access to the pg running on lw04 from lw0[56] X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=95d4397d4e2ac68a8ebfbee82ece243b7ae03df9;p=mirror%2Fdsa-puppet.git allow access to the pg running on lw04 from lw0[56] --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index f8bf5b1bd..3e54af18b 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -392,6 +392,11 @@ class ferm::per-host { rule => '&SERVICE_RANGE(tcp, 5433, ( 185.17.185.180/32 ))' } } + lw04: { + @ferm::rule { 'dsa-postgres-snapshot': + description => 'Allow postgress access', + rule => '&SERVICE_RANGE(tcp, 5439, ( 185.17.185.181/32 185.17.185.182/32 ))' + } default: {} } # vpn fu