summaryrefslogtreecommitdiff
path: root/keama/tests/groupinclass.err
blob: dbc320a48ae81f77f9e546f8c1795b3da234a3fb (plain)
1
2
3
4
5
6
7
8
9
10
# group declaration inside class declaration config

# host declaration
class "foobar" {
     # can't put a group declaration here
     group "illegal" {
            default-lease-time 1800;
     }
}