Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
463cffac
Commit
463cffac
authored
Oct 06, 2015
by
Jonathan Gazeley
Browse files
Add parameter for module path which varies between FR2 and FR3
parent
3a6d8229
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/params.pp
View file @
463cffac
...
...
@@ -36,6 +36,13 @@ class freeradius::params {
default
=>
'/etc/raddb'
,
}
# Default module path
$fr_modulepath
=
$::freeradius_version
?
{
/^2
\.
/
=>
"
${fr_basepath}
/modules"
,
/^3
\.
/
=>
"
${fr_basepath}
/mods-enabled"
,
default
=>
"
${fr_basepath}
/modules"
,
}
# Path for FreeRADIUS logs
$fr_logpath
=
$::osfamily
?
{
'RedHat'
=>
'/var/log/radius'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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