From 9b2c09256420a1fc77274b1fdca7c752601673a9 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Wed, 12 Oct 2011 22:17:43 +0200 Subject: [PATCH] * restrict all KVM hosts * restrict db.debian.org Signed-off-by: Martin Zobel-Helas --- modules/ferm/templates/me.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index d60ff069..d74a3240 100644 --- a/modules/ferm/templates/me.conf.erb +++ b/modules/ferm/templates/me.conf.erb @@ -6,7 +6,7 @@ <%= out = [] -restrict_ssh = %w{lebrun logtest01 geo1 geo2 geo3 beethoven tchaikovsky schroeder heininen handel lotti} +restrict_ssh = %w{lebrun logtest01 geo1 geo2 geo3 beethoven tchaikovsky schroeder heininen handel lotti dijkstra luchesi salieri schumann traetta unger rossini draghi} ssh4allowed = [] ssh6allowed = [] @@ -20,7 +20,7 @@ if %w{lebrun schroeder}.include?(hostname) then ssh4allowed << '$CARNET' ssh4allowed << '$BUILDD_SSH_ACCESS' end -if %w{beethoven}.include?(hostname) then +if %w{beethoven draghi}.include?(hostname) then ssh4allowed << '$HOST_DEBIAN_V4' ssh6allowed << '$HOST_DEBIAN_V6' end -- 2.39.2