Skip to content

Commit 73285c1

Browse files
committed
Fix item
1 parent aab43fc commit 73285c1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

roles/rsyslog/templates/logrotate_stepupauth.j2

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
delaycompress
1111
create 0640 root {{ rsyslog_read_group }}
1212
postrotate
13-
# PiMe: temporarily disable parsing of the rotated stepup authentication log because to MySQL lastseen
14-
# because the first rotated log will be huge
15-
# /usr/local/sbin/parse_stepupauth_to_mysql_{{ item.name }}.py > /dev/null
13+
/usr/local/sbin/parse_stepupauth_to_mysql_{{ rsyslog_environment.name }}.py > /dev/null
1614
systemctl kill -s HUP rsyslog.service
1715
endscript
1816
}

0 commit comments

Comments
 (0)