X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=27c5e3a7cb1145e4cb3f632c297aaae2abfbac40;hb=a87fb465f5d18ab4ad353906fa63de7911b8350c;hp=2756e59f0b574a16a79a65da28bdfbc5b7dc4a5d;hpb=650335318c9021ace96b0cb6d49a13c1a472271f;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 2756e59f0..27c5e3a7c 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -28,9 +28,13 @@ class ferm::per-host { rule => '&SERVICE_RANGE(tcp, 5437, ( 206.12.19.0/24 ))' } @ferm::rule { 'dsa-postgres3-danzi': - description => 'Allow postgress access2', + description => 'Allow postgress access3', rule => '&SERVICE_RANGE(tcp, 5436, ( 206.12.19.0/24 ))' } + @ferm::rule { 'dsa-postgres4-danzi': + description => 'Allow postgress access4', + rule => '&SERVICE_RANGE(tcp, 5438, ( 206.12.19.0/24 ))' + } } abel,alwyn,rietz: { @ferm::rule { 'dsa-tftp': @@ -224,5 +228,4 @@ REJECT reject-with icmp-admin-prohibited } default: {} } - }