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
a8569a4f
Commit
a8569a4f
authored
Oct 08, 2015
by
Jonathan Gazeley
Browse files
Add new param default fr_moduledir
parent
7828887b
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/params.pp
View file @
a8569a4f
...
...
@@ -36,13 +36,16 @@ class freeradius::params {
default
=>
'/etc/raddb'
,
}
# Default module
path
$fr_module
path
=
$::freeradius_version
?
{
/^2
\.
/
=>
"
${fr_basepath}
/
modules
"
,
/^3
\.
/
=>
"
${fr_basepath}
/
mods-enabled
"
,
default
=>
"
${fr_basepath}
/
modules
"
,
# Default module
dir
$fr_module
dir
=
$::freeradius_version
?
{
/^2
\.
/
=>
'
modules
'
,
/^3
\.
/
=>
'
mods-enabled
'
,
default
=>
'
modules
'
,
}
# Default module path
$fr_modulepath
=
"
${fr_basepath}
/
${fr_moduledir}
"
# 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