diff --git a/groups/locations.py b/groups/locations.py index 94e2ea4..bc0e6da 100644 --- a/groups/locations.py +++ b/groups/locations.py @@ -13,6 +13,13 @@ groups['htz-cloud'] = { }, } +groups['home'] = { + 'member_patterns': { + r"home\..*", + }, +} + + groups['gce'] = { 'bundles': { 'gce-workaround',