From 181cf955b4a6579030b2d9952d249444f1948968 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 2 Jun 2014 18:31:33 +0200 Subject: [PATCH] Allow sibelius pg access from 185.17.185.180 --- modules/ferm/manifests/per-host.pp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ferm/manifests/per-host.pp b/modules/ferm/manifests/per-host.pp index 388048ea..f8bf5b1b 100644 --- a/modules/ferm/manifests/per-host.pp +++ b/modules/ferm/manifests/per-host.pp @@ -387,6 +387,10 @@ class ferm::per-host { description => 'Allow postgress access', rule => '&SERVICE_RANGE(tcp, 5433, ( 2001:41c8:1000:21::21:12/128 ))' } + @ferm::rule { 'dsa-postgres-replication': + description => 'Allow postgress access', + rule => '&SERVICE_RANGE(tcp, 5433, ( 185.17.185.180/32 ))' + } } default: {} } -- 2.39.2