mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-17 02:00:23 +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']({
|
{% set map = salt['grains.filter_by']({
|
||||||
'Debian': {
|
'Debian': {
|
||||||
'pkgs': ['bind9', 'bind9utils'],
|
'pkgs': ['bind9', 'bind9utils', 'dnssec-tools'],
|
||||||
'service': 'bind9',
|
'service': 'bind9',
|
||||||
'config': '/etc/bind/named.conf',
|
'config': '/etc/bind/named.conf',
|
||||||
'local_config': '/etc/bind/named.conf.local',
|
'local_config': '/etc/bind/named.conf.local',
|
||||||
|
|
Loading…
Add table
Reference in a new issue