projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3947331
)
Gah, puppet!
author
Tollef Fog Heen
<tfheen@err.no>
Fri, 2 Feb 2018 05:53:55 +0000
(06:53 +0100)
committer
Tollef Fog Heen
<tfheen@err.no>
Fri, 2 Feb 2018 05:53:55 +0000
(06:53 +0100)
modules/roles/manifests/security_mirror.pp
patch
|
blob
|
history
diff --git
a/modules/roles/manifests/security_mirror.pp
b/modules/roles/manifests/security_mirror.pp
index
ba0a322
..
9122ea2
100644
(file)
--- 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,