Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
7842aa10
Commit
7842aa10
authored
Oct 16, 2017
by
Matthew Seaman
Browse files
Test provinding values as integers
parent
e428bdb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/init.pp
View file @
7842aa10
...
...
@@ -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
,
...
...
@@ -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
,
...
...
@@ -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
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment