Merge pull request #107 from Phil-Friderici/template_fix
move empty line into conditional block
This commit is contained in:
commit
f0f0bccfa8
@ -203,8 +203,8 @@ AllowUsers <%= @sshd_config_allowusers_real.join(' ') %>
|
|||||||
<% if @sshd_config_allowgroups -%>
|
<% if @sshd_config_allowgroups -%>
|
||||||
AllowGroups <%= @sshd_config_allowgroups_real.join(' ') %>
|
AllowGroups <%= @sshd_config_allowgroups_real.join(' ') %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
|
||||||
<% if @sshd_config_match -%>
|
<% if @sshd_config_match -%>
|
||||||
|
|
||||||
<% @sshd_config_match.sort.each do |key, hash| -%>
|
<% @sshd_config_match.sort.each do |key, hash| -%>
|
||||||
Match <%= key %>
|
Match <%= key %>
|
||||||
<% hash.sort.each do |values| -%>
|
<% hash.sort.each do |values| -%>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user