X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=modules%2Froles%2Ftemplates%2Fstatic-mirroring%2Fstatic-master-authorized_keys.erb;h=6f04c69f4623c3028b85dd5c23db44a32f7d6e7b;hb=42c00856fa4e30ced6b0446d8448ef29e3ad6184;hp=d116dcd724e08ce52c55c48696d707aa841cedfd;hpb=432da1dae7fc3bd13f91fed6cb9a3b02baafa4eb;p=dsa-puppet.git 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']