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
80a3368d
Commit
80a3368d
authored
Oct 30, 2014
by
Jonathan Gazeley
Browse files
Remove a couple of unused parameters
parent
608e4eaa
Changes
1
Hide whitespace changes
Inline
Side-by-side
manifests/client.pp
View file @
80a3368d
...
...
@@ -5,13 +5,12 @@ define freeradius::client (
$ip
=
undef
,
$ip6
=
undef
,
$net
=
undef
,
$server
=
undef
,
$virtual_server
=
undef
,
$nastype
=
undef
,
$netmask
=
undef
,
$redirect
=
undef
,
$port
=
undef
,
$srcip
=
undef
,
)
{
)
{
$fr_package
=
$::freeradius::params::fr_package
$fr_service
=
$::freeradius::params::fr_service
$fr_basepath
=
$::freeradius::params::fr_basepath
...
...
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