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:
david 2015-02-02 19:09:56 +01:00
parent 10a7a840ea
commit e7623e1065

View file

@ -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',