groups/ovh: make sure default user is gone
This commit is contained in:
parent
6ca0d863b1
commit
2e2c504111
1 changed files with 7 additions and 0 deletions
|
@ -50,4 +50,11 @@ groups['ovh'] = {
|
|||
'member_patterns': {
|
||||
r"ovh\..*",
|
||||
},
|
||||
'metadata': {
|
||||
'users': {
|
||||
'debian': {
|
||||
'delete': True,
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue