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
406b7ae8
Commit
406b7ae8
authored
Feb 25, 2019
by
Mark Ottaway
Browse files
Missing <% end %>
parent
473db5f1
Changes
2
Show whitespace changes
Inline
Side-by-side
manifests/module/perl.pp
View file @
406b7ae8
...
...
@@ -10,7 +10,7 @@ define freeradius::module::perl (
Optional
[
String
]
$path
=
undef
,
Optional
[
String
]
$content
=
undef
,
Optional
[
Hash
[
String
,
String
]]
$function_names
=
undef
,
Optional
[
Hash
[
String
,
String
]]
$split_accouting_names
=
undef
,
Optional
[
Hash
[
String
,
String
]]
$split_accou
n
ting_names
=
undef
,
)
{
$fr_moduleconfigpath
=
$::freeradius::params::fr_moduleconfigpath
$fr_group
=
$::freeradius::params::fr_group
...
...
templates/perl.erb
View file @
406b7ae8
...
...
@@ -60,6 +60,7 @@ perl {
#
<%
@function_names
.
sort
.
each
do
|
default
,
value
|
-%>
<%=
default
%><%=
value
%>
<%
end
-%>
#func_authenticate = authenticate
#func_authorize = authorize
#func_preacct = preacct
...
...
Write
Preview
Markdown
is supported
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