mirror_health: add param description
[mirror/dsa-puppet.git] / 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,