X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fferm%2Ftemplates%2Fme.conf.erb;h=ba76308803c8ce8651ed3af5ce0d1ab37d9d16d0;hb=601951c29b7a93fbfadbe219e713d3763647d724;hp=d60ff069b822efd0b91ba36c51d4138360a0ecee;hpb=90d74b627d41a7d9118a62b6aeb3cf55984aca9a;p=mirror%2Fdsa-puppet.git diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index d60ff069b..ba7630880 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 jenkins} 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