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

    import DirectorOverrideTemplate
}