From 1f1ac044eff8aa37aec7862f87a7c1f9269b7186 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 8 Sep 2019 12:30:19 +0200 Subject: [PATCH] fix a spacing in also-used in motd --- modules/motd/templates/motd.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 10aeec271..4a3653247 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -56,7 +56,7 @@ if (scope.lookupvar('site::nodeinfo')['ldap'].has_key?('purpose')) end if p.size() > 0 - entries += (entries == "") ? ", " : ". Also" + entries += (entries == "") ? ", " : ". Also " entries +="used for the following services:\n" scope.lookupvar('site::nodeinfo')['ldap']['purpose'].sort.each do |l| l = markup(l) -- 2.20.1