From: Peter Palfrader Date: Thu, 23 Feb 2012 20:16:41 +0000 (+0100) Subject: more pg X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=df5ec85138991d178e9142de32e5043e884fe952;p=dsa-puppet.git more pg --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index c3ced55b..e409d4cf 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -28,6 +28,10 @@ class ferm::per-host { description => "Allow postgress access2", rule => "&SERVICE_RANGE(tcp, 5437, ( 206.12.19.0/24 ))" ; + "dsa-postgres2-danzi": + description => "Allow postgress access2", + rule => "&SERVICE_RANGE(tcp, 5436, ( 206.12.19.0/24 ))" + ; } }