From d62d808fee28e92e4c00e1b3b3feecd2e78c4cd2 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 30 Sep 2017 21:36:17 +0200 Subject: [PATCH] Use define rather than class to make this work properly --- modules/roles/manifests/mirror_health.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '', -- 2.20.1