From 42c00856fa4e30ced6b0446d8448ef29e3ad6184 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 5 Apr 2013 21:33:18 +0200 Subject: [PATCH] Revert the part of 'samosa is no more' that removed wagner's key from the staticsync stuff. --- .../static-mirroring/static-master-authorized_keys.erb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/roles/templates/static-mirroring/static-master-authorized_keys.erb b/modules/roles/templates/static-mirroring/static-master-authorized_keys.erb index d116dcd7..6f04c69f 100644 --- a/modules/roles/templates/static-mirroring/static-master-authorized_keys.erb +++ b/modules/roles/templates/static-mirroring/static-master-authorized_keys.erb @@ -24,6 +24,8 @@ localinfo.keys.sort.each do |node| end end +mirrors << { 'node' => 'wagner.debian.org', 'addr' => allnodeinfo['wagner.debian.org']['ipHostNumber'], 'key' => 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCXHFIkIhOC5iDa0d0IN5w6tUUL2T2iXCYcS2+dandE9f550OpKQ/evUZhw4EERNYDA3G7GV3jJzQR0j/KZWJUtDCichmqS94xJqXURmZVNeLXWY9x/N7CB1iG1Iblu6sgyTUrs7N6Wb0fUab3AXAi9KIXdwNLY622reR9T//bRULPVIl5VFpYtGBPT9n3wR7fLQ4ndEcUmEGcM4jRbpLmye4QGgJotuzeBWUpX+U648Yly6U7NlAJIWPUt7hEzMz2AC81SLhGCwTk6sb19n2dO6WN2ndynp8PLG1emtgd1/DaeaRyPcitoWgSoDNgKNk3zLIDtCdSYvFI8xXrm6cK3 staticsync@wagner'} + lines = [] for m in mirrors: lines << '# ' + m['node'] -- 2.39.2