Skip to content

Commit e573baf

Browse files
author
Joe Bowman
committed
fix incorrect variable reference causing all RedHat os_family tests to fail
1 parent 019e1e4 commit e573baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bind/files/redhat/named.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99

1010
options {
11-
directory "{{ named_directory }}";
11+
directory "{{ map.get('named_directory') }}";
1212
dump-file "/var/named/data/cache_dump.db";
1313
statistics-file "/var/named/data/named_stats.txt";
1414
memstatistics-file "/var/named/data/named_mem_stats.txt";

0 commit comments

Comments
 (0)