From: Peter Palfrader Date: Sun, 8 Sep 2019 10:30:19 +0000 (+0200) Subject: fix a spacing in also-used in motd X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=1f1ac044eff8aa37aec7862f87a7c1f9269b7186;hp=73953673601107f75abcdc247547fc7ecde73e8a;p=mirror%2Fdsa-puppet.git fix a spacing in also-used in motd --- 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)