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

# class declaration
class "foobar" {
     # can't put a host declaration here
     host illegal {
          hardware ethernet 00:07:0E:36:48:19;
     }
}