bundlewrap/groups/all.py

15 lines
292 B
Python

groups['all'] = {
'member_patterns': {
r".*",
},
'subgroups': {
'linux',
},
'metadata': {
# XXX remove this once we're no longer symlinking kunsis bundles
'icinga_options': {
'exclude_from_monitoring': True,
},
},
}