X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Fferm%2Ftemplates%2Fme.conf.erb;h=d74a3240d37a853a3d7440bac7b44c956b9a0fc6;hb=9b2c09256420a1fc77274b1fdca7c752601673a9;hp=d60ff069b822efd0b91ba36c51d4138360a0ecee;hpb=a73510ab5d9d2fd8d01629d9d3a7a000a23553e6;p=dsa-puppet.git 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