From: Peter Palfrader Date: Sun, 9 Oct 2011 09:27:26 +0000 (+0200) Subject: try it like this X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b683762d16fefcf8fda1b1178b35c2e5e4cdffa2;p=dsa-puppet.git try it like this --- diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 636afc06..84083252 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"