From e7623e1065d558aeac32082528ab3a7ab156e48f Mon Sep 17 00:00:00 2001 From: david Date: Mon, 2 Feb 2015 19:09:56 +0100 Subject: [PATCH] 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': ' --- bind/map.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind/map.jinja b/bind/map.jinja index f1a53a3..bc7aa87 100644 --- a/bind/map.jinja +++ b/bind/map.jinja @@ -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',