From 9db4695b9e8d731c18d414a829c2594bcec38e8b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 10 Dec 2013 18:40:02 +0100 Subject: [PATCH] Mess some more with the motd --- modules/motd/templates/motd.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 1e3082f35..7ddb539e9 100644 --- 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 -- 2.20.1