From: Peter Palfrader Date: Fri, 23 Dec 2011 13:23:23 +0000 (+0100) Subject: allow 5437 to danzi, II X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=sidebyside;h=44c34580ec806a7aa25e1906624f5d2ea1fd2a34;p=mirror%2Fdsa-puppet.git allow 5437 to danzi, II --- diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 47c8a398b..486b03279 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -19,9 +19,15 @@ class ferm::per-host { } } danzi: { - @ferm::rule { "dsa-postgres-danzi": - description => "Allow postgress access", - rule => "&SERVICE_RANGE(tcp, (5433, 5437), ( 206.12.19.0/24 ))" + @ferm::rule { + "dsa-postgres-danzi": + description => "Allow postgress access", + rule => "&SERVICE_RANGE(tcp, 5433, ( 206.12.19.0/24 ))" + ; + "dsa-postgres2-danzi": + description => "Allow postgress access2", + rule => "&SERVICE_RANGE(tcp, 5437, ( 206.12.19.0/24 ))" + ; } }