]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/motd/templates/motd.erb
Mess some more with the motd
[dsa-puppet.git] / modules / motd / templates / motd.erb
index 1e3082f35bbf157c14bac006c9d070cd5390e8ee..7ddb539e90fe616ebd195a3d789c84ca11f0fd61 100644 (file)
@@ -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