mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +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$" {
|
apply Service "___TEST___service_$not_replaced$" {
|
||||||
display_name = "Service: " + host.vars.replaced
|
display_name = "Service: " + host.vars.replaced
|
||||||
assign where match("127.*", host.address)
|
assign where match("127.*", host.address)
|
||||||
vars.custom_var = host.vars.replaced
|
vars.custom_var = "$host.vars.replaced$"
|
||||||
vars.test1 = "string"
|
vars.test1 = "string"
|
||||||
vars.test2 = 17
|
vars.test2 = 17
|
||||||
vars.test3 = false
|
vars.test3 = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user