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'] = {
|
groups['sophie'] = {
|
||||||
|
'supergroups': {
|
||||||
|
'linux',
|
||||||
|
},
|
||||||
'member_patterns': {
|
'member_patterns': {
|
||||||
r"sophie\..*",
|
r"sophie\..*",
|
||||||
},
|
},
|
||||||
|
@ -69,7 +72,7 @@ groups['sophie'] = {
|
||||||
'exclude_from_monitoring': True,
|
'exclude_from_monitoring': True,
|
||||||
},
|
},
|
||||||
'backup-client': {
|
'backup-client': {
|
||||||
'target': 'htz-hel.backup-sohpie',
|
'target': 'htz-hel.backup-sophie',
|
||||||
},
|
},
|
||||||
'users': {
|
'users': {
|
||||||
'sophie': {},
|
'sophie': {},
|
||||||
|
|
Loading…
Reference in a new issue