X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmirror_health%2Fmanifests%2Fservice.pp;h=f0df429cc64546d555f4d3636da8417d4ef4c725;hb=7349d0632d78e3edd1c10d95a310e71e19e2c0d5;hp=e302f80c5c5f1b97991d180740268bea4c6f1cf0;hpb=1843a85a04f3191dbd944fde528e247572cd3467;p=mirror%2Fdsa-puppet.git diff --git a/modules/mirror_health/manifests/service.pp b/modules/mirror_health/manifests/service.pp index e302f80c5..f0df429cc 100644 --- a/modules/mirror_health/manifests/service.pp +++ b/modules/mirror_health/manifests/service.pp @@ -1,4 +1,6 @@ # base class for Debian's mirror-health checker +# @param url URL to check for freshness on each host (normally a Release file) +# @param health_url URL to the health marker define mirror_health::service ( String $url, String $health_url,