From: Peter Palfrader Date: Sun, 9 Oct 2011 09:27:26 +0000 (+0200) Subject: try it like this X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b683762d16fefcf8fda1b1178b35c2e5e4cdffa2;hp=cd9391bb2ac7b909966094aaa751a7cd26fe049a;p=mirror%2Fdsa-puppet.git try it like this --- diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 636afc069..840832523 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -76,7 +76,7 @@ unless vms.empty? purp += ":\n" allnodeinfo[node]['purpose'].sort.each do |l| l = markup(l) - purp += "\t " + l + "\n" + purp += "\t " + l + "\n" end else purp += "\n"