1
0
Fork 0

fix(conf): add 'monthly' interval

This commit is contained in:
Javier Bértoli 2022-03-25 07:23:11 -03:00
parent a922ea2ba8
commit b6cc8a9084
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ no{{ parameter }}
# See "man logrotate" for details. # See "man logrotate" for details.
# log files rotation period # log files rotation period
{% for period in ['hourly', 'daily', 'weekly', 'yearly'] -%} {% for period in ['hourly', 'daily', 'weekly', 'monthly', 'yearly'] -%}
{{ set_parameter(period) }} {{ set_parameter(period) }}
{%- endfor %} {%- endfor %}