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"