mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-15 17:20:21 +00:00
this package is needed on Debian/Ubuntu for dnssec to work, or else: 'pid': 30370, 'retcode': 127, 'stderr': '/bin/bash: zonesigner: command not found', 'stdout': '
This commit is contained in:
parent
10a7a840ea
commit
e7623e1065
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{% set map = salt['grains.filter_by']({
|
||||
'Debian': {
|
||||
'pkgs': ['bind9', 'bind9utils'],
|
||||
'pkgs': ['bind9', 'bind9utils', 'dnssec-tools'],
|
||||
'service': 'bind9',
|
||||
'config': '/etc/bind/named.conf',
|
||||
'local_config': '/etc/bind/named.conf.local',
|
||||
|
|
Loading…
Add table
Reference in a new issue