Gah, puppet!
authorTollef Fog Heen <tfheen@err.no>
Fri, 2 Feb 2018 05:53:55 +0000 (06:53 +0100)
committerTollef Fog Heen <tfheen@err.no>
Fri, 2 Feb 2018 05:53:55 +0000 (06:53 +0100)
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,