test/Objects: check for new constant imports

This commit is contained in:
Thomas Gelf 2016-09-08 22:41:58 +00:00
parent efd0b50052
commit 8390457939
2 changed files with 2 additions and 2 deletions

View File

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

View File

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