Merge pull request #20 from davidkarlsen/master

this package is needed on Debian/Ubuntu for dnssec to work, or else: 'pi...
This commit is contained in:
Forrest 2015-02-02 13:20:19 -08:00
commit d959f5b00f

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