mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-16 01:30:22 +00:00

Apparmor expects /var/log/named to be the logging directory for bind9 in Ubuntu 12.04 (and most likely 14.04).
11 lines
165 B
Text
11 lines
165 B
Text
{{ map.log_dir }}/query.log {
|
|
rotate 7
|
|
daily
|
|
missingok
|
|
notifempty
|
|
sharedscripts
|
|
copytruncate
|
|
compress
|
|
create 0664 bind root
|
|
su
|
|
}
|