]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
samosa is no more
authorPeter Palfrader <peter@palfrader.org>
Thu, 4 Apr 2013 12:18:19 +0000 (14:18 +0200)
committerPeter Palfrader <peter@palfrader.org>
Thu, 4 Apr 2013 12:18:19 +0000 (14:18 +0200)
modules/portforwarder/misc/config.yaml
modules/roles/templates/static-mirroring/static-master-authorized_keys.erb

index b03fb267f37da3a5047f5b153bb6c14168cfe397..f8d6dbbb3907eaeabb6f6d3292ad4a2c081595b1 100644 (file)
@@ -5,30 +5,12 @@
 # port on the remote instead of just encoding it in authkeys.
 
 # from host:port to host:port
-#master.debian.org:
-#  - source_bind_port: 5441
-#    target_host: samosa.debian.org
-#    target_port: 5441
-
-samosa.debian.org:
-  - source_bind_port: 5433
-    target_host: grieg.debian.org
-    target_port: 5433
-
-paganini.debian.org:
-  - source_bind_port: 5441
-    target_host: samosa.debian.org
-    target_port: 5441
 
 quantz.debian.org:
   # qa->projectb mirror
   - source_bind_port: 5433
     target_host: ries.debian.org
     target_port: 5433
-  # qa->udd
-  - source_bind_port: 5441
-    target_host: samosa.debian.org
-    target_port: 5441
 
 nono.debian.org:
   # nm->projectb mirror
@@ -60,11 +42,6 @@ ries.debian.org:
     target_host: franck.debian.org
     target_port: 5433
 
-wagner.debian.org:
-  - source_bind_port: 5441
-    target_host: samosa.debian.org
-    target_port: 5441
-
 blavet.debian.org:
   # emdebian->projectb mirror
   - source_bind_port: 5433
index 6f04c69f4623c3028b85dd5c23db44a32f7d6e7b..d116dcd724e08ce52c55c48696d707aa841cedfd 100644 (file)
@@ -24,8 +24,6 @@ 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']