DMUP exists
[mirror/dsa-puppet.git] / modules / motd / templates / motd.erb
index cd7f292..cd0060f 100644 (file)
@@ -51,7 +51,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')
@@ -60,6 +60,9 @@ end
 purp
 -%>
 
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+      By connecting to this maching you agree to abide to the Debian
+        Machines Usage Policies (http://www.debian.org/devel/dmup)
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 <%