test/Objects: check for new constant imports
This commit is contained in:
parent
efd0b50052
commit
8390457939
|
@ -11,6 +11,6 @@ apply Service "___TEST___service" {
|
|||
assign where match("127.*", host.address)
|
||||
assign where host.vars.env == "test"
|
||||
|
||||
import "host var overrides (Director)"
|
||||
import DirectorOverrideTemplate
|
||||
}
|
||||
|
||||
|
|
|
@ -11,6 +11,6 @@ apply Service "___TEST___service" {
|
|||
assign where match("128.*", host.address)
|
||||
ignore where host.name == "localhost"
|
||||
|
||||
import "host var overrides (Director)"
|
||||
import DirectorOverrideTemplate
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue