We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cad5ea commit b5efc0bCopy full SHA for b5efc0b
bind/map.jinja
@@ -15,7 +15,7 @@
15
'named_directory': '/var/cache/bind',
16
'zones_directory': '/var/cache/bind/zones',
17
'chroot_dir': '',
18
- 'log_dir': '/var/log/bind9',
+ 'log_dir': '/var/log/named',
19
'log_mode': '644',
20
'user': 'bind',
21
'group': 'bind',
test/integration/default/controls/config_spec.rb
@@ -11,7 +11,7 @@
11
named_directory = '/var/cache/bind'
12
zones_directory = '/var/cache/bind/zones'
13
keys_directory = '/etc/bind/keys'
14
-log_directory = '/var/log/bind9'
+log_directory = '/var/log/named'
keys_mode = '02755'
conf_mode = '0644'
config = '/etc/bind/named.conf'
0 commit comments