Gah, puppet!
[mirror/dsa-puppet.git] / modules / roles / manifests / security_mirror.pp
index ba0a322..9122ea2 100644 (file)
@@ -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,