X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Fmanifests%2Fdebug_mirror.pp;h=ac01ff603bce7b86a3d390cf4e5b4df3d6f138f8;hb=58e1f2d7822889902465b505fa0698cc3f857a31;hp=8c26b78a3decb636f33e9da54cd2d49dccc5b1fa;hpb=e9f6f03f48e386ff0de2a2ad7296a1d8e851fa06;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/manifests/debug_mirror.pp b/modules/roles/manifests/debug_mirror.pp index 8c26b78a3..ac01ff603 100644 --- a/modules/roles/manifests/debug_mirror.pp +++ b/modules/roles/manifests/debug_mirror.pp @@ -31,7 +31,6 @@ class roles::debug_mirror { } $hosts_to_check = hiera('roles.debug_mirror', {}) - .filter |$h| { $h[1]['service-hostname'] } .map |$h| { $h[1]['service-hostname'] } roles::mirror_health { 'debug': check_hosts => $hosts_to_check,