projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7395367
)
fix a spacing in also-used in motd
author
Peter Palfrader
<peter@palfrader.org>
Sun, 8 Sep 2019 10:30:19 +0000
(12:30 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 8 Sep 2019 10:30:19 +0000
(12:30 +0200)
modules/motd/templates/motd.erb
patch
|
blob
|
history
diff --git
a/modules/motd/templates/motd.erb
b/modules/motd/templates/motd.erb
index
10aeec2
..
4a36532
100644
(file)
--- 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)