blob: 1b540834c851d9813ac7f6802b70adc23fd43072 (
plain)
1
2
3
4
5
6
7
8
|
parents = [
# all seattle hosts (except those tagged router) have router.example.org
# as a parent
( "router.example.org", ["seattle", "!router"], ALL_HOSTS ),
# KVM host
( "foo.example.org", [ "vm1.example.org", "vm1.example.org" ] ),
]
|