From 2e2c5041114b8e054ae5cc9c0165a5561f342ba9 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Tue, 10 Nov 2020 08:59:54 +0100 Subject: [PATCH] groups/ovh: make sure default user is gone --- groups/locations.py | 7 +++++++ 1 file changed, 7 insertions(+) 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, + }, + }, + }, }