diff --git a/groups/locations.py b/groups/locations.py index fea15fb..34c78bf 100644 --- a/groups/locations.py +++ b/groups/locations.py @@ -50,4 +50,11 @@ groups['ovh'] = { 'member_patterns': { r"ovh\..*", }, + 'metadata': { + 'users': { + 'debian': { + 'delete': True, + }, + }, + }, }