From e490b3d2d2d12112995000febee85e56dfbc8ca1 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Tue, 9 Jan 2018 09:16:59 +0100 Subject: [PATCH] Fix macro warning from the icinga check --- lib/methods/methods-itl.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/methods/methods-itl.conf b/lib/methods/methods-itl.conf index 1c072e124..a45439ccd 100644 --- a/lib/methods/methods-itl.conf +++ b/lib/methods/methods-itl.conf @@ -22,6 +22,8 @@ System.assert(Internal.run_with_activation_context(function() { template CheckCommand "icinga-check-command" use (_Internal) { execute = _Internal.IcingaCheck + + vars.icinga_min_version = "" } template CheckCommand "cluster-check-command" use (_Internal) {