]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ssh/templates/authorized_keys.erb
switch to new hostname/ip
[dsa-puppet.git] / modules / ssh / templates / authorized_keys.erb
index 6767e3fe9832c2ad55b9a572cc3e842c88ee16ed..459a0f250646940c1e62c3a06f702ef112ff6369 100644 (file)
@@ -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{vasks.debian.org wagner.debian.org stabile.debian.org}.include?(node) then
+       if %w{moszumanska.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] + '