File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11// vim:set ts=4 sw=4 et:
22
33options {
4- directory "{{ named_directory }}";
4+ directory "{{ map.get(' named_directory') }}";
55 pid-file "/run/named/named.pid";
66
77 // Uncomment these to enable IPv6 connections support
Original file line number Diff line number Diff line change 1111options {
1212 // All file and path names are relative to the chroot directory,
1313 // if any, and should be fully qualified.
14- directory "{{ named_directory }}";
14+ directory "{{ map.get(' named_directory') }}";
1515 pid-file "/var/run/named/pid";
1616 dump-file "/var/dump/named_dump.db";
1717 statistics-file "/var/stats/named.stats";
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ options {
1818
1919 # The directory statement defines the name server's working directory
2020
21- directory "{{ named_directory }}";
21+ directory "{{ map.get(' named_directory') }}";
2222
2323 # enable DNSSEC validation
2424 #
You can’t perform that action at this time.
0 commit comments