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
a4000890
Commit
a4000890
authored
Oct 06, 2015
by
Jonathan Gazeley
Browse files
Add fr_modulepath param
parent
459e98d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/sql.pp
View file @
a4000890
...
...
@@ -28,11 +28,12 @@ define freeradius::sql (
$port
=
'3306'
,
$readclients
=
'no'
,
)
{
$fr_package
=
$::freeradius::params::fr_package
$fr_service
=
$::freeradius::params::fr_service
$fr_basepath
=
$::freeradius::params::fr_basepath
$fr_group
=
$::freeradius::params::fr_group
$fr_logpath
=
$::freeradius::params::fr_logpath
$fr_package
=
$::freeradius::params::fr_package
$fr_service
=
$::freeradius::params::fr_service
$fr_basepath
=
$::freeradius::params::fr_basepath
$fr_modulepath
=
$::freeradius::params::fr_modulepath
$fr_group
=
$::freeradius::params::fr_group
$fr_logpath
=
$::freeradius::params::fr_logpath
# Validate our inputs
# Validate multiple choice options
...
...
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