Fix named_directory usage

similar to e573baf26d
was broken by 019e1e4a58
This commit is contained in:
Bernhard M. Wiedemann 2018-08-31 14:20:13 +02:00
parent a7041da355
commit 993b7d339d
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
// vim:set ts=4 sw=4 et:
options {
directory "{{ named_directory }}";
directory "{{ map.get('named_directory') }}";
pid-file "/run/named/named.pid";
// Uncomment these to enable IPv6 connections support

View file

@ -11,7 +11,7 @@
options {
// All file and path names are relative to the chroot directory,
// if any, and should be fully qualified.
directory "{{ named_directory }}";
directory "{{ map.get('named_directory') }}";
pid-file "/var/run/named/pid";
dump-file "/var/dump/named_dump.db";
statistics-file "/var/stats/named.stats";

View file

@ -18,7 +18,7 @@ options {
# The directory statement defines the name server's working directory
directory "{{ named_directory }}";
directory "{{ map.get('named_directory') }}";
# enable DNSSEC validation
#