Mess some more with the motd
[mirror/dsa-puppet.git] / modules / motd / templates / motd.erb
index 0592e26..7ddb539 100644 (file)
@@ -126,19 +126,19 @@ 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
-care about your data, run your own backups.") + "\n"
+  purp += "\n " + wrap("Note that this host is _NOT_ being backed up.  If you
+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