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 ec4f837 commit faef15aCopy full SHA for faef15a
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