From: Julien Cristau Date: Sun, 22 Sep 2019 13:21:27 +0000 (+0200) Subject: mirror_health: add param description X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=commitdiff_plain;h=7349d0632d78e3edd1c10d95a310e71e19e2c0d5 mirror_health: add param description --- 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,