From: Stephen Gran Date: Tue, 13 Aug 2013 19:33:20 +0000 (+0100) Subject: add alioth hosts for now X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=93df5d8d4854ff9fdf0cb82dec67d8524fa68ffd;p=mirror%2Fdsa-puppet.git add alioth hosts for now Signed-off-by: Stephen Gran --- diff --git a/modules/ssh/templates/authorized_keys.erb b/modules/ssh/templates/authorized_keys.erb index f4b732895..6767e3fe9 100644 --- a/modules/ssh/templates/authorized_keys.erb +++ b/modules/ssh/templates/authorized_keys.erb @@ -51,7 +51,7 @@ command="/usr/lib/da-backup/da-backup-ssh-wrap ' + scope.lookupvar('site::allnod when "backuphost.debian.org" then out = '' scope.lookupvar('site::allnodeinfo').keys.sort.each do |node| - if %w{stabile.debian.org}.include?(node) then + if %w{vasks.debian.org wagner.debian.org stabile.debian.org}.include?(node) then out += '# ' + scope.lookupvar('site::allnodeinfo')[node]['hostname'][0] + ' command="/usr/lib/da-backup/da-backup-ssh-wrap ' + scope.lookupvar('site::allnodeinfo')[node]['hostname'][0] + '",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,from="' + scope.lookupvar('site::allnodeinfo')[node]['ipHostNumber'].join(',') + '" ' + scope.lookupvar('site::allnodeinfo')[node]['sshRSAHostKey'][0] + '