X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmirror_health%2Fmanifests%2Fservice.pp;h=e302f80c5c5f1b97991d180740268bea4c6f1cf0;hb=648c3f71395624c4e75004e78523c145b1e68ebf;hp=312a63db5de38dc47467b2439381fd8821a0b622;hpb=0b6cb05ea797df93a05d5ba0d3ec549f16f7063d;p=mirror%2Fdsa-puppet.git diff --git a/modules/mirror_health/manifests/service.pp b/modules/mirror_health/manifests/service.pp index 312a63db5..e302f80c5 100644 --- a/modules/mirror_health/manifests/service.pp +++ b/modules/mirror_health/manifests/service.pp @@ -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',