Add missing "for" in apply rule

This commit is contained in:
Jan Dittberner 2023-08-17 09:55:24 +02:00
parent d436094797
commit efa641a8e5

View file

@ -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"