From 7349d0632d78e3edd1c10d95a310e71e19e2c0d5 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Sun, 22 Sep 2019 15:21:27 +0200 Subject: [PATCH] mirror_health: add param description --- modules/mirror_health/manifests/service.pp | 2 ++ 1 file changed, 2 insertions(+) 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, -- 2.20.1