From 81db0e6e44df13e34c37ffa3e03ddb2d1d399078 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sun, 27 Sep 2020 16:47:10 +0200 Subject: [PATCH] groups/home: introduce --- groups/locations.py | 7 +++++++ 1 file changed, 7 insertions(+) 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',