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
d3d18746
Commit
d3d18746
authored
Oct 19, 2015
by
Jonathan Gazeley
Browse files
Add extra value from params.pp
parent
5725ab52
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/sql.pp
View file @
d3d18746
...
...
@@ -28,12 +28,13 @@ 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_modulepath
=
$::freeradius::params::fr_modulepath
$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
$fr_moduleconfigpath
=
$::freeradius::params::fr_moduleconfigpath
# 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