X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Fmanifests%2Fper-host.pp;h=27c5e3a7cb1145e4cb3f632c297aaae2abfbac40;hb=a87fb465f5d18ab4ad353906fa63de7911b8350c;hp=c42de1af2f34abdbd12b199e6dbfd164d7b44727;hpb=0b44dee511ca4cf2cda183bc8247d99acc90b903;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index c42de1af2..27c5e3a7c 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -31,7 +31,7 @@ class ferm::per-host { description => 'Allow postgress access3', rule => '&SERVICE_RANGE(tcp, 5436, ( 206.12.19.0/24 ))' } - @ferm::rule { 'dsa-postgres3-danzi': + @ferm::rule { 'dsa-postgres4-danzi': description => 'Allow postgress access4', rule => '&SERVICE_RANGE(tcp, 5438, ( 206.12.19.0/24 ))' } @@ -228,5 +228,4 @@ REJECT reject-with icmp-admin-prohibited } default: {} } - }