mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 09:40:22 +00:00
commit
038e6535d3
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue