From: Stephen Gran Date: Sat, 25 Sep 2010 12:03:53 +0000 (+0100) Subject: wrap long footers as well X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=42cd902aa51d3dcdfb406bd7938b2002bca4b42a;p=mirror%2Fdsa-puppet.git wrap long footers as well Signed-off-by: Stephen Gran --- diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 2b51dceeb..b54981bed 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -51,7 +51,7 @@ else end if nodeinfo.has_key?('footer') - purp += "\n" + nodeinfo['footer'] + "\n" + purp += "\n" + wrap(nodeinfo['footer']) + "\n" end purp -%>