From 5a26671ea78d7e76e07be3317461623ec379cd81 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Fri, 2 Feb 2018 06:53:55 +0100 Subject: [PATCH] Gah, puppet! --- modules/roles/manifests/security_mirror.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/manifests/security_mirror.pp b/modules/roles/manifests/security_mirror.pp index ba0a322c4..9122ea282 100644 --- a/modules/roles/manifests/security_mirror.pp +++ b/modules/roles/manifests/security_mirror.pp @@ -41,7 +41,7 @@ class roles::security_mirror { $fastly_mirrors = $mirrors.filter |$h| { $h[1]['fastly-backend'] } notify { "Fastly Mirrors: ${fastly_mirrors}": } $hosts_to_check = $fastly_mirrors.map |$h| { $h[1]['service-hostname'] } - notify {"Fastly Mirrors: ${hosts_to_check}": } + notify {" Actual hosts to check Mirrors: ${hosts_to_check}": } roles::mirror_health { 'security': check_hosts => $hosts_to_check, -- 2.20.1