From 7ad5f6202262702c6bacdcf3cb8319dae93c503d Mon Sep 17 00:00:00 2001 From: mwiegand Date: Sun, 14 Nov 2021 18:17:12 +0100 Subject: [PATCH] second.resolver.name -> secondry.resolver.name --- groups/os/linux.py | 3 +-- nodes/ovh.secondary.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/groups/os/linux.py b/groups/os/linux.py index db3ebd0..63429d8 100644 --- a/groups/os/linux.py +++ b/groups/os/linux.py @@ -24,8 +24,7 @@ 'hosts': { '10.0.11.3': [ 'resolver.name', - 'first.resolver.name', - 'second.resolver.name', + 'secondary.resolver.name', ], }, }, diff --git a/nodes/ovh.secondary.py b/nodes/ovh.secondary.py index 0b4a301..be8a147 100644 --- a/nodes/ovh.secondary.py +++ b/nodes/ovh.secondary.py @@ -21,7 +21,7 @@ }, 'bind': { 'master_node': 'netcup.mails', - 'hostname': 'second.resolver.name', + 'hostname': 'secondary.resolver.name', }, # 'postfix': { # 'master_node': 'netcup.mails',