Commit 5d9ba878 authored by Jonathan Gazeley's avatar Jonathan Gazeley
Browse files

Add a dot to be more explicit about the files being rotated

parent a8b5ce78
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -223,7 +223,7 @@ class freeradius (
  }

  logrotate::rule { 'radiusd':
    path          => "${freeradius::fr_logpath}/radius*log",
    path          => "${freeradius::fr_logpath}/radius*.log",
    rotate_every  => 'week',
    rotate        => 26,
    create        => true,