From 437b16ce2a504387dc567d83a2c48ba81ab8e3b9 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 24 Sep 2019 17:22:01 +0200 Subject: [PATCH] ticharich no longer needs access to bmdb1 The tracker db was moved to danzi --- modules/ferm/manifests/per_host.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/ferm/manifests/per_host.pp b/modules/ferm/manifests/per_host.pp index ed818f12d..350ec3fdd 100644 --- a/modules/ferm/manifests/per_host.pp +++ b/modules/ferm/manifests/per_host.pp @@ -120,7 +120,6 @@ class ferm::per_host { domain => '(ip ip6)', rule => @("EOF"/$) &SERVICE_RANGE(tcp, 5435, ( - ${ join(getfromhash($deprecated::allnodeinfo, 'ticharich.debian.org', 'ipHostNumber'), " ") } ${ join(getfromhash($deprecated::allnodeinfo, 'petrova.debian.org', 'ipHostNumber'), " ") } ${ join(getfromhash($deprecated::allnodeinfo, 'ullmann.debian.org', 'ipHostNumber'), " ") } ${ join(getfromhash($deprecated::allnodeinfo, 'wuiet.debian.org', 'ipHostNumber'), " ") } -- 2.20.1