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
f337cf78
Commit
f337cf78
authored
Oct 16, 2015
by
Jonathan Gazeley
Browse files
Tighten up conditional
parent
65b7e276
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/sql.conf.erb
View file @
f337cf78
...
...
@@ -86,6 +86,6 @@ sql <%= @name %> {
nas_table =
<%=
@nas_table
%>
# Read driver-specific configuration
$INCLUDE
<%
if
@custom_query_file
%><%=
@custom_query_file
%><%
else
%><%=
@query_file
%><%
end
%>
$INCLUDE
<%
if
@custom_query_file
!=
''
%><%=
@custom_query_file
%><%
else
%><%=
@query_file
%><%
end
%>
}
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