summaryrefslogtreecommitdiffstats
path: root/test/php/library/Director/Objects/rendered/service2.out
blob: ea7d90121d4f2e3bd4667a401ae675a8b5c06f47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
apply Service "___TEST___service" {
    display_name = "Whatever service"
    vars.test1 = "string"
    vars.test2 = 17
    vars.test3 = false
    vars.test4 = {
        a = [ "dict", "ionary" ]
        @this = "is"
    }

    assign where match("128.*", host.address)
    ignore where host.name == "localhost"

    import DirectorOverrideTemplate
}