Add planet.d.n static component (rt#7018)
[mirror/dsa-puppet.git] / modules / roles / manifests / mirror_health.pp
index e390833..ec1102d 100644 (file)
@@ -2,6 +2,7 @@ define roles::mirror_health (
        $check_hosts    = [],
        $check_service  = '',
        $url            = '',
+       $health_url     = '',
        $check_interval = 60,
 ) {
        package { 'python3-requests':