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:
05b910a
)
Fix check url for security mirror health
author
Julien Cristau
<jcristau@debian.org>
Mon, 19 Feb 2018 10:03:51 +0000
(11:03 +0100)
committer
Julien Cristau
<jcristau@debian.org>
Mon, 19 Feb 2018 10:03:51 +0000
(11:03 +0100)
It's still not ideal because an oldstable-only update won't be picked
up, but at least it exists.
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
89c1e19
..
33cdd1c
100644
(file)
--- a/
modules/roles/manifests/security_mirror.pp
+++ b/
modules/roles/manifests/security_mirror.pp
@@
-25,7
+25,7
@@
class roles::security_mirror {
roles::mirror_health { 'security':
check_hosts => $hosts_to_check,
check_service => 'security',
- url => 'http://security.backend.mirrors.debian.org/debian
/dists/sid
/Release',
+ url => 'http://security.backend.mirrors.debian.org/debian
-security/dists/stable/updates
/Release',
health_url => 'http://security.backend.mirrors.debian.org/_health',
}