From 509f8cfd49685a3d06800031b43351de88b7e3b4 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 25 Dec 2021 20:11:34 +0100 Subject: [PATCH] add group voc --- groups/locations.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/groups/locations.py b/groups/locations.py index e771f72..135f552 100644 --- a/groups/locations.py +++ b/groups/locations.py @@ -89,3 +89,12 @@ groups['ovh'] = { }, }, } + +groups['voc'] = { + 'member_patterns': { + r"voc\..*", + }, + 'metadata': { + 'location': 'voc', + }, +}