Drop klecker from ftp.d.o mirror-health checking
authorTollef Fog Heen <tfheen@err.no>
Sun, 8 Oct 2017 05:21:47 +0000 (07:21 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sun, 8 Oct 2017 05:21:47 +0000 (07:21 +0200)
klecker is not part of the set of backends that Fastly uses, so
checking against it has no value and might leave us unhealthy if
klecker is ahead.

modules/roles/manifests/debian_mirror.pp

index 63385d8..2989b34 100644 (file)
@@ -41,7 +41,7 @@ class roles::debian_mirror {
        }
 
         roles::mirror_health { 'ftp':
-               check_hosts   => ['accumu.debian.backend.mirrors.debian.org', 'bytemark.debian.backend.mirrors.debian.org', 'conova.debian.backend.mirrors.debian.org', 'klecker.debian.backend.mirrors.debian.org', 'skroutz.debian.backend.mirrors.debian.org'],
+               check_hosts   => ['accumu.debian.backend.mirrors.debian.org', 'bytemark.debian.backend.mirrors.debian.org', 'conova.debian.backend.mirrors.debian.org', 'skroutz.debian.backend.mirrors.debian.org'],
                check_service => 'ftp',
                url           => 'http://debian.backend.mirrors.debian.org/debian/dists/sid/Release',
         }