bundlewrap/groups/locations.py

15 lines
258 B
Python
Raw Normal View History

2020-06-06 08:20:58 +00:00
groups['ovh'] = {
'member_patterns': (
r"ovh\..*",
),
'metadata': {
'users': {
# Make sure to get rid of the default OVH user
'debian': {
'delete': True,
},
},
},
}