diff --git a/logrotate/templates/logrotate.conf.tmpl b/logrotate/templates/logrotate.conf.tmpl index 865e04c..db62268 100644 --- a/logrotate/templates/logrotate.conf.tmpl +++ b/logrotate/templates/logrotate.conf.tmpl @@ -23,7 +23,7 @@ no{{ parameter }} # See "man logrotate" for details. # log files rotation period -{% for period in ['hourly', 'daily', 'weekly', 'yearly'] -%} +{% for period in ['hourly', 'daily', 'weekly', 'monthly', 'yearly'] -%} {{ set_parameter(period) }} {%- endfor %}