summaryrefslogtreecommitdiffstats
path: root/test/php/library/Director/Objects/rendered/host2.out
blob: 74668e15dded22677258cf0373ed039611d8eaaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
object Host "___TEST___host" {
    display_name = "Whatever"
    address = "127.0.0.127"
    check_command = "unknown"
    check_period = "Not time is a good time @ nite"
    event_command = "What event?"
    zone = "invalid"
    command_endpoint = "nirvana"
    vars.test1 = "string"
    vars.test2 = 17
    vars.test3 = false
    vars.test4 = {
        a = [ "dict", "ionary" ]
        @this = "is"
    }
}