We can't just grab this from hiera, since some hosts have service
addresses that are not their primary host addresses and so we get 404s
when asking on the wrong IP.
}
roles::mirror_health { 'ftp':
- check_hosts => getfromhash($site::roles, 'debian_mirror'),
+ check_hosts => ['mirror-bytemark-debian.debian.org', 'mirror-conova-debian.debian.org, mirror-isc3.debian.org', 'mirror-accumu.debian.org', 'mirror-skroutz.debian.org', 'klecker-ftp.debian.org'],
check_service => 'ftp',
url => 'http://debian.backend.mirrors.debian.org/debian/dists/sid/Release',
}