diff --git a/bind/files/debian/named.conf.default-zones b/bind/files/debian/named.conf.default-zones index 355338b..1a85ad3 100644 --- a/bind/files/debian/named.conf.default-zones +++ b/bind/files/debian/named.conf.default-zones @@ -1,7 +1,7 @@ // prime the server with knowledge of the root servers zone "." { type hint; - file "/etc/bind/db.root"; + file "/usr/share/dns/root.hints"; }; // be authoritative for the localhost forward and reverse zones, and for diff --git a/bind/map.jinja b/bind/map.jinja index 169c744..7787558 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', 'dns-root-data'], 'service': 'bind9', 'config_source_dir': 'bind/files/debian', 'zones_source_dir': 'zones',