groups/sophie: fix group conflict
This commit is contained in:
parent
54f669313a
commit
8c28d612cb
1 changed files with 4 additions and 1 deletions
|
@ -61,6 +61,9 @@ groups['home'] = {
|
|||
}
|
||||
|
||||
groups['sophie'] = {
|
||||
'supergroups': {
|
||||
'linux',
|
||||
},
|
||||
'member_patterns': {
|
||||
r"sophie\..*",
|
||||
},
|
||||
|
@ -69,7 +72,7 @@ groups['sophie'] = {
|
|||
'exclude_from_monitoring': True,
|
||||
},
|
||||
'backup-client': {
|
||||
'target': 'htz-hel.backup-sohpie',
|
||||
'target': 'htz-hel.backup-sophie',
|
||||
},
|
||||
'users': {
|
||||
'sophie': {},
|
||||
|
|
Loading…
Reference in a new issue