Move debug healthcheck info to hiera
[mirror/dsa-puppet.git] / modules / mirror_health / manifests / service.pp
index 312a63d..e302f80 100644 (file)
@@ -1,8 +1,8 @@
 # base class for Debian's mirror-health checker
 define mirror_health::service (
-  String $this_host_service_name,
   String $url,
   String $health_url,
+  String $this_host_service_name = $::fqdn,
   String $check_service = $name,
   Integer $check_interval = 60,
   Enum['present','absent'] $ensure = 'present',