From a30a5098896df6aa1569bdd3268d5607246a6068 Mon Sep 17 00:00:00 2001 From: "Phil Friderici (ephifre)" Date: Thu, 9 Apr 2015 11:34:31 +0200 Subject: [PATCH] move empty line into conditional block --- templates/sshd_config.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sshd_config.erb b/templates/sshd_config.erb index 23a1a70..0fe8a8c 100644 --- a/templates/sshd_config.erb +++ b/templates/sshd_config.erb @@ -203,8 +203,8 @@ AllowUsers <%= @sshd_config_allowusers_real.join(' ') %> <% if @sshd_config_allowgroups -%> AllowGroups <%= @sshd_config_allowgroups_real.join(' ') %> <% end -%> - <% if @sshd_config_match -%> + <% @sshd_config_match.sort.each do |key, hash| -%> Match <%= key %> <% hash.sort.each do |values| -%>