Loading manifests/init.pp +3 −3 Original line number Diff line number Diff line Loading @@ -311,7 +311,7 @@ class freeradius ( logrotate::rule { 'radacct': path => "${freeradius::fr_logpath}/radacct/*/*.log", rotate_every => 'day', rotate => '7', rotate => 7, create => false, missingok => true, compress => true, Loading @@ -322,7 +322,7 @@ class freeradius ( logrotate::rule { 'checkrad': path => "${freeradius::fr_logpath}/checkrad.log", rotate_every => 'week', rotate => '1', rotate => 1, create => true, missingok => true, compress => true, Loading @@ -333,7 +333,7 @@ class freeradius ( logrotate::rule { 'radiusd': path => "${freeradius::fr_logpath}/radius*.log", rotate_every => 'week', rotate => '26', rotate => 26, create => true, missingok => true, compress => true, Loading Loading
manifests/init.pp +3 −3 Original line number Diff line number Diff line Loading @@ -311,7 +311,7 @@ class freeradius ( logrotate::rule { 'radacct': path => "${freeradius::fr_logpath}/radacct/*/*.log", rotate_every => 'day', rotate => '7', rotate => 7, create => false, missingok => true, compress => true, Loading @@ -322,7 +322,7 @@ class freeradius ( logrotate::rule { 'checkrad': path => "${freeradius::fr_logpath}/checkrad.log", rotate_every => 'week', rotate => '1', rotate => 1, create => true, missingok => true, compress => true, Loading @@ -333,7 +333,7 @@ class freeradius ( logrotate::rule { 'radiusd': path => "${freeradius::fr_logpath}/radius*.log", rotate_every => 'week', rotate => '26', rotate => 26, create => true, missingok => true, compress => true, Loading