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
69bc52ea
Commit
69bc52ea
authored
Feb 18, 2016
by
Jonathan Gazeley
Browse files
Remove unnecessary conditionals
parent
a2861813
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/ldap.erb
View file @
69bc52ea
...
...
@@ -508,14 +508,14 @@ ldap <%= @name %> {
# using ldaps (port 636) connections
start_tls =
<%=
@starttls
%>
<%
if
@cafile
!=
''
-%>
<%
if
@cafile
-%>
ca_file =
<%=
@cafile
%>
<%
end
-%>
# ca_path = ${certdir}
<%
if
@certfile
!=
''
-%>
<%
if
@certfile
-%>
certificate_file =
<%=
@certfile
%>
<%
end
-%>
<%
if
@keyfile
!=
''
-%>
<%
if
@keyfile
-%>
private_key_file =
<%=
@keyfile
%>
<%
end
-%>
# random_file = /dev/urandom
...
...
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