mirror_health: add param description
authorJulien Cristau <jcristau@debian.org>
Sun, 22 Sep 2019 13:21:27 +0000 (15:21 +0200)
committerJulien Cristau <jcristau@debian.org>
Sun, 22 Sep 2019 13:21:27 +0000 (15:21 +0200)
modules/mirror_health/manifests/service.pp

index e302f80..f0df429 100644 (file)
@@ -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,