second.resolver.name -> secondry.resolver.name
This commit is contained in:
parent
33f4660503
commit
7ad5f62022
2 changed files with 2 additions and 3 deletions
|
@ -24,8 +24,7 @@
|
||||||
'hosts': {
|
'hosts': {
|
||||||
'10.0.11.3': [
|
'10.0.11.3': [
|
||||||
'resolver.name',
|
'resolver.name',
|
||||||
'first.resolver.name',
|
'secondary.resolver.name',
|
||||||
'second.resolver.name',
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
},
|
},
|
||||||
'bind': {
|
'bind': {
|
||||||
'master_node': 'netcup.mails',
|
'master_node': 'netcup.mails',
|
||||||
'hostname': 'second.resolver.name',
|
'hostname': 'secondary.resolver.name',
|
||||||
},
|
},
|
||||||
# 'postfix': {
|
# 'postfix': {
|
||||||
# 'master_node': 'netcup.mails',
|
# 'master_node': 'netcup.mails',
|
||||||
|
|
Loading…
Reference in a new issue