From 4de1d51fef423a4a739143786502d90a5f9e0be7 Mon Sep 17 00:00:00 2001 From: Pratyush Desai Date: Mon, 20 Feb 2023 02:35:23 +0530 Subject: Update nsd pillar role config - add database disable switch under `config_data` - remove `ip4-only` switch under `config_data` (it is host dependent) Signed-off-by: Pratyush Desai --- pillar/role/dns/nsd.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pillar/role/dns/nsd.sls') diff --git a/pillar/role/dns/nsd.sls b/pillar/role/dns/nsd.sls index 4b89a0a..104ebee 100644 --- a/pillar/role/dns/nsd.sls +++ b/pillar/role/dns/nsd.sls @@ -3,8 +3,8 @@ nsd: server: hide-version: 'yes' verbosity: 2 - ip4-only: 'yes' - remote-control: + database: "" + remote-control: control-enable: 'yes' control-interface: '/run/nsd/nsd.sock' zones: -- cgit v1.2.3