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:
29fe7b8
)
wrap long footers as well
author
Stephen Gran
<steve@lobefin.net>
Sat, 25 Sep 2010 12:03:53 +0000
(13:03 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Sat, 25 Sep 2010 12:03:53 +0000
(13:03 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/motd/templates/motd.erb
patch
|
blob
|
history
diff --git
a/modules/motd/templates/motd.erb
b/modules/motd/templates/motd.erb
index
2b51dce
..
b54981b
100644
(file)
--- 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
-%>