mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-30 17:24:18 +02:00
tests/rendered: fix test to match new reality
This commit is contained in:
parent
b475aa841e
commit
3c0d48068f
@ -1,7 +1,7 @@
|
||||
apply Service "___TEST___service_$not_replaced$" {
|
||||
display_name = "Service: " + host.vars.replaced
|
||||
assign where match("127.*", host.address)
|
||||
vars.custom_var = host.vars.replaced
|
||||
vars.custom_var = "$host.vars.replaced$"
|
||||
vars.test1 = "string"
|
||||
vars.test2 = 17
|
||||
vars.test3 = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user