From 2579071acc157e300eed415f37978bf3d79545d2 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 10 Dec 2013 18:39:40 +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 0592e26c1..1e3082f35 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -126,14 +126,14 @@ end if classes.include?("porterbox") - purp += "\n" + wrap("Disk space on porter boxes is often limited. Please + purp += "\n " + wrap("Disk space on porter boxes is often limited. Please respect your fellow porters by cleaning up after yourself by deleting schroots and source/build trees in your $HOME, as soon as feasible. DSA reserves the right to recover disk space as necessary.") + "\n" end if ninfo['not-bacula-client'] then - purp += "\n" + wrap("Note that this host is _NOT_ being backed up. If you + purp += "\n " + wrap("Note that this host is _NOT_ being backed up. If you care about your data, run your own backups.") + "\n" end -- 2.20.1