From: Tollef Fog Heen Date: Sat, 30 Sep 2017 19:36:17 +0000 (+0200) Subject: Use define rather than class to make this work properly X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=d62d808fee28e92e4c00e1b3b3feecd2e78c4cd2;p=mirror%2Fdsa-puppet.git Use define rather than class to make this work properly --- diff --git a/modules/roles/manifests/mirror_health.pp b/modules/roles/manifests/mirror_health.pp index 3b0d14982..129096769 100644 --- a/modules/roles/manifests/mirror_health.pp +++ b/modules/roles/manifests/mirror_health.pp @@ -1,4 +1,4 @@ -class roles::mirror_health ( +define roles::mirror_health ( $check_hosts = [], $check_service = '', $url = '',