summaryrefslogtreecommitdiffstats
path: root/test/php/library/Director/Objects/rendered/service7.out
blob: c125cccecf890284f277a32e86d901d06e203fb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
apply 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
}