Use define rather than class to make this work properly
authorTollef Fog Heen <tfheen@err.no>
Sat, 30 Sep 2017 19:36:17 +0000 (21:36 +0200)
committerTollef Fog Heen <tfheen@err.no>
Sat, 30 Sep 2017 19:36:17 +0000 (21:36 +0200)
modules/roles/manifests/mirror_health.pp

index 3b0d149..1290967 100644 (file)
@@ -1,4 +1,4 @@
-class roles::mirror_health (
+define roles::mirror_health (
        $check_hosts    = [],
        $check_service  = '',
        $url            = '',