Move noise to some place less annoying
[mirror/dsa-puppet.git] / modules / motd / templates / motd.erb
index cd7f292..ba8323a 100644 (file)
@@ -1,6 +1,8 @@
 
 This device is for authorized users only.  All traffic on this device
-is monitored and will be used as evidence for prosecutions.
+is monitored and will be used as evidence for prosecutions.  By using
+this this maching you agree to abide to the Debian Machines Usage Policies
+(http://www.debian.org/devel/dmup)
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
@@ -51,7 +53,7 @@ else
 end
 
 if (nodeinfo['ldap'].has_key?('physicalHost'))
-  purp += "This virtual server runs on the physical host #{nodeinfo['ldap']['physicalHost'][0]}.\n"
+  purp += "\nThis virtual server runs on the physical host #{nodeinfo['ldap']['physicalHost'][0]}.\n"
 end
 
 if nodeinfo.has_key?('footer')