From: Julien Cristau Date: Tue, 7 Aug 2018 07:11:53 +0000 (+0200) Subject: Revert "RT#7368: add additional IP" X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f0dec7ce392cf09517edd45df550e5a9c06be772;p=mirror%2Fdsa-puppet.git Revert "RT#7368: add additional IP" This reverts commit e764ff0ec7eaccac713c15cb4c3fb284649b850b. --- diff --git a/modules/ferm/manifests/per_host.pp b/modules/ferm/manifests/per_host.pp index 01e9cdaf1..95a6f1c32 100644 --- a/modules/ferm/manifests/per_host.pp +++ b/modules/ferm/manifests/per_host.pp @@ -69,7 +69,7 @@ class ferm::per_host { vittoria: { @ferm::rule { 'debconf18': description => 'temporarily allow DC18 access', - rule => '&SERVICE_RANGE(tcp, 5432, ( 140.113.6.241/32 140.110.240.4/32 ))' + rule => '&SERVICE_RANGE(tcp, 5432, ( 140.113.6.241/32 ))' } } default: {}