From cd9391bb2ac7b909966094aaa751a7cd26fe049a Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 9 Oct 2011 11:26:49 +0200 Subject: [PATCH] try it like this --- modules/motd/templates/motd.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 636cdb64..636afc06 100644 --- 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" -- 2.39.2