mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-17 10:10:26 +00:00
fix incorrect variable reference causing all RedHat os_family tests to fail
This commit is contained in:
parent
019e1e4a58
commit
e573baf26d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
//
|
||||
|
||||
options {
|
||||
directory "{{ named_directory }}";
|
||||
directory "{{ map.get('named_directory') }}";
|
||||
dump-file "/var/named/data/cache_dump.db";
|
||||
statistics-file "/var/named/data/named_stats.txt";
|
||||
memstatistics-file "/var/named/data/named_mem_stats.txt";
|
||||
|
|
Loading…
Add table
Reference in a new issue