X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper_host.pp;h=92eaa7f4b5a1c720095b591cc29a71e5ad35ec1e;hb=53cba9c46f2ba494f2376b765c38bc4813c03cd3;hp=140ac7e35d47bb2ca0eebf06abe35eed84b47196;hpb=e6e108c7f741245f4a180f564d4dbc97780f50a0;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/per_host.pp b/modules/ferm/manifests/per_host.pp index 140ac7e35..92eaa7f4b 100644 --- a/modules/ferm/manifests/per_host.pp +++ b/modules/ferm/manifests/per_host.pp @@ -188,17 +188,12 @@ class ferm::per_host { )) | EOF } - ferm::rule { 'dsa-postgres-danzi': + ferm::rule { 'dsa-postgres-main': # ubc, wuiet - description => 'Allow postgress access', - rule => '&SERVICE_RANGE(tcp, 5433, ( 206.12.19.0/24 209.87.16.0/24 5.153.231.18/32 ))' - } - ferm::rule { 'dsa-postgres-danzi6': - domain => 'ip6', - description => 'Allow postgress access', - rule => '&SERVICE_RANGE(tcp, 5433, ( 2607:f8f0:610:4000::/64 2607:f8f0:614:1::/64 2001:41c8:1000:21::21:18/128 ))' + description => 'Allow postgress access to cluster: main', + domain => '(ip ip6)', + rule => '&SERVICE_RANGE(tcp, 5433, ( 209.87.16.0/24 2607:f8f0:614:1::/64 ))' } - ferm::rule { 'dsa-postgres2-danzi': description => 'Allow postgress access2', rule => '&SERVICE_RANGE(tcp, 5434, ( 209.87.16.0/24 ))'