From 115e5b35d7a259b9f1b6db3ad81cab7291f2bb9e Mon Sep 17 00:00:00 2001
From: Russ Allbery <rra@stanford.edu>
Date: Tue, 13 Aug 2013 14:55:04 -0700
Subject: [PATCH] Use more consistent sshd_config formatting

Try to stick with the same method of a conditional blank line.
---
 templates/ssh/sshd_config.erb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/ssh/sshd_config.erb b/templates/ssh/sshd_config.erb
index cbf3aa0..d7429b8 100644
--- a/templates/ssh/sshd_config.erb
+++ b/templates/ssh/sshd_config.erb
@@ -72,12 +72,12 @@ PermitRootLogin without-password
 # Allow X forwarding.
 X11Forwarding yes
 X11DisplayOffset 10
-<% if operatingsystem != 'RedHat' then -%>
 
+<% if operatingsystem != 'RedHat' then -%>
 # Disable printing of the MOTD, since this is done via other means on Debian.
 PrintMotd no
-<% end -%>
 
+<% end -%>
 # Send TCP keep-alive messages to keep the connection open through firewalls
 # and notice connection termination.
 TCPKeepAlive yes
-- 
GitLab