From efa641a8e5ac693ac61d5c401c24f48bc68f25e1 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Thu, 17 Aug 2023 09:55:24 +0200 Subject: [PATCH] Add missing "for" in apply rule --- global-templates/services.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-templates/services.conf b/global-templates/services.conf index 8115d77..a98f7ec 100644 --- a/global-templates/services.conf +++ b/global-templates/services.conf @@ -22,7 +22,7 @@ apply Service "disk " for (disk => config in host.vars.disks) { assign where host.vars.disks } -apply Service (http_vhost => config in host.vars.http_vhosts) { +apply Service for (http_vhost => config in host.vars.http_vhosts) { import "generic-service" check_command = "http"