diff options
author | Pratyush Desai | 2023-02-20 02:35:23 +0530 |
---|---|---|
committer | Pratyush Desai | 2023-02-20 02:43:56 +0530 |
commit | 4de1d51fef423a4a739143786502d90a5f9e0be7 (patch) | |
tree | aeafcc9d3a1c44c749ac19a1101348e8e96bb1da /pillar/role/dns | |
parent | 5d5ac9b075775c30d9d6df9f9d6d92478a4567f7 (diff) | |
download | salt-4de1d51fef423a4a739143786502d90a5f9e0be7.tar.gz salt-4de1d51fef423a4a739143786502d90a5f9e0be7.tar.bz2 salt-4de1d51fef423a4a739143786502d90a5f9e0be7.zip |
Update nsd pillar role confignsd
- add database disable switch under `config_data`
- remove `ip4-only` switch under `config_data` (it is host dependent)
Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
Diffstat (limited to 'pillar/role/dns')
-rw-r--r-- | pillar/role/dns/nsd.sls | 4 |
1 files changed, 2 insertions, 2 deletions
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: |