Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
edd5fce5
Unverified
Commit
edd5fce5
authored
Jul 08, 2019
by
Jonathan
Committed by
GitHub
Jul 08, 2019
Browse files
Merge pull request #123 from guest715/master
Two fixes
parents
8855e40c
adcd8883
Changes
3
Hide whitespace changes
Inline
Side-by-side
manifests/module/files.pp
View file @
edd5fce5
...
...
@@ -10,7 +10,7 @@ define freeradius::module::files (
Optional
[
String
]
$usersfile
=
undef
,
Optional
[
String
]
$acctusersfile
=
undef
,
Optional
[
String
]
$preproxy_usersfile
=
undef
,
Array
[
Hash
]
$users
=
[],
Array
$users
=
[],
Optional
[
String
]
$source
=
undef
,
Optional
[
String
]
$content
=
undef
,
)
{
...
...
templates/eap.erb
View file @
edd5fce5
...
...
@@ -543,7 +543,7 @@ eap {
tmpdir =
<%=
@tls_tmpdir
%>
<%-
end
-%>
<%-
if
@tls_client
-%>
<%-
if
@tls_
verify_
client
-%>
# The command used to verify the client cert.
# We recommend using the OpenSSL command-line
# tool.
...
...
@@ -556,7 +556,7 @@ eap {
# in PEM format. This file is automatically
# deleted by the server when the command
# returns.
client = "
<%=
@tls_client
%>
"
client = "
<%=
@tls_
verify_
client
%>
"
<%-
end
-%>
}
...
...
templates/users.erb
View file @
edd5fce5
...
...
@@ -6,8 +6,8 @@
<%-
replies
=
user
[
'reply_items'
]
?
user
[
'reply_items'
]
:
[]
-%>
<%=
user
[
'login'
]
%>
<%=
checks
.
join
(
", "
)
%>
<%=
"
\t
"
+
replies
.
join
(
",
\n\t
"
)
%>
<%-
else
-%>
<%=
user
%>
<%-
end
-%>
<%-
end
-%>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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