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.
2 parents ec4f837 + faef15a commit a72dd2eCopy full SHA for a72dd2e
bind/files/debian/logrotate_bind
@@ -2,7 +2,7 @@
2
{%- set user = salt['pillar.get']('bind:config:user', map.user) %}
3
{%- set group = salt['pillar.get']('bind:config:group', map.group) %}
4
{%- set mode = salt['pillar.get']('bind:config:log_mode', map.log_mode) %}
5
-{{ map.log_dir }}/query.log {
+{{ map.log_dir }}/*.log {
6
rotate 7
7
daily
8
missingok
0 commit comments