mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 09:40:22 +00:00
db.root is now outdated
This commit is contained in:
parent
3a1e9907fe
commit
db0681ef4e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue