]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
* restrict all KVM hosts
authorMartin Zobel-Helas <zobel@debian.org>
Wed, 12 Oct 2011 20:17:43 +0000 (22:17 +0200)
committerMartin Zobel-Helas <zobel@debian.org>
Wed, 12 Oct 2011 20:17:43 +0000 (22:17 +0200)
* restrict db.debian.org
Signed-off-by: Martin Zobel-Helas <zobel@debian.org>
modules/ferm/templates/me.conf.erb

index d60ff069b822efd0b91ba36c51d4138360a0ecee..d74a3240d37a853a3d7440bac7b44c956b9a0fc6 100644 (file)
@@ -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