Skip to content
Snippets Groups Projects
Commit 314d3ee9 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Fix wildcard for log rotation

parent 7bfc087c
No related branches found
No related tags found
No related merge requests found
......@@ -219,10 +219,11 @@ class freeradius (
missingok => true,
compress => true,
postrotate => 'kill -HUP `cat /var/run/radiusd/radiusd.pid`',
sharedscripts => true,
}
logrotate::rule { 'radiusd':
path => "${freeradius::fr_logpath}/rad*",
path => "${freeradius::fr_logpath}/radius*log",
rotate_every => 'week',
rotate => 26,
create => true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment