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:
2579071
)
Mess some more with the motd
author
Peter Palfrader
<peter@palfrader.org>
Tue, 10 Dec 2013 17:40:02 +0000
(18:40 +0100)
committer
Peter Palfrader
<peter@palfrader.org>
Tue, 10 Dec 2013 17:40:02 +0000
(18:40 +0100)
modules/motd/templates/motd.erb
patch
|
blob
|
history
diff --git
a/modules/motd/templates/motd.erb
b/modules/motd/templates/motd.erb
index
1e3082f
..
7ddb539
100644
(file)
--- a/
modules/motd/templates/motd.erb
+++ b/
modules/motd/templates/motd.erb
@@
-134,11
+134,11
@@
end
if ninfo['not-bacula-client'] then
purp += "\n " + wrap("Note that this host is _NOT_ being backed up. If you
-care about your data, run your own backups.")
+ "\n"
+care about your data, run your own backups.")
end
if scope.lookupvar('site::nodeinfo').has_key?('footer')
- purp += "\n" + wrap(scope.lookupvar('site::nodeinfo')['footer'])
+ "\n"
+ purp += "\n" + wrap(scope.lookupvar('site::nodeinfo')['footer'])
end
purp