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
4c0c75d4
Commit
4c0c75d4
authored
May 06, 2021
by
gonzocrazy
Browse files
Add linebreak after lifetime attribute
parent
e08f212c
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/client.conf.erb
View file @
4c0c75d4
...
...
@@ -37,7 +37,7 @@ client <%= @shortname %> {
max_connections =
<%=
@max_connections
%>
<%-
end
-%>
<%-
if
defined?
(
@lifetime
)
-%>
lifetime =
<%=
@lifetime
-
%>
lifetime =
<%=
@lifetime
%>
<%-
end
-%>
<%-
if
defined?
(
@idle_timeout
)
-%>
idle_timeout =
<%=
@idle_timeout
%>
...
...
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