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:
767eac9
)
try it like this
author
Peter Palfrader
<peter@palfrader.org>
Sun, 9 Oct 2011 09:26:49 +0000
(11:26 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Sun, 9 Oct 2011 09:26:49 +0000
(11:26 +0200)
modules/motd/templates/motd.erb
patch
|
blob
|
history
diff --git
a/modules/motd/templates/motd.erb
b/modules/motd/templates/motd.erb
index
636cdb6
..
636afc0
100644
(file)
--- a/
modules/motd/templates/motd.erb
+++ b/
modules/motd/templates/motd.erb
@@
-71,12
+71,12
@@
end
unless vms.empty?
purp += "\nThe following virtual machines run on this system:\n"
vms.each do |node|
- purp += "\t#{node}"
+ purp += "\t
-
#{node}"
if allnodeinfo[node]['purpose']
purp += ":\n"
allnodeinfo[node]['purpose'].sort.each do |l|
l = markup(l)
- purp += "\t
-
" + l + "\n"
+ purp += "\t
" + l + "\n"
end
else
purp += "\n"