Add missing "for" in apply rule
This commit is contained in:
parent
d436094797
commit
efa641a8e5
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue