db.root is now outdated

This commit is contained in:
Alexandre Anriot 2018-09-10 09:06:14 +02:00
parent 3a1e9907fe
commit db0681ef4e
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
// prime the server with knowledge of the root servers // prime the server with knowledge of the root servers
zone "." { zone "." {
type hint; type hint;
file "/etc/bind/db.root"; file "/usr/share/dns/root.hints";
}; };
// be authoritative for the localhost forward and reverse zones, and for // be authoritative for the localhost forward and reverse zones, and for

View file

@ -1,6 +1,6 @@
{% set map = salt['grains.filter_by']({ {% set map = salt['grains.filter_by']({
'Debian': { 'Debian': {
'pkgs': ['bind9', 'bind9utils'], 'pkgs': ['bind9', 'bind9utils', 'dns-root-data'],
'service': 'bind9', 'service': 'bind9',
'config_source_dir': 'bind/files/debian', 'config_source_dir': 'bind/files/debian',
'zones_source_dir': 'zones', 'zones_source_dir': 'zones',