spacing
[mirror/dsa-puppet.git] / modules / motd / templates / motd.erb
index b54981b..a6e5b4a 100644 (file)
@@ -50,6 +50,10 @@ else
   purp += "\n"
 end
 
+if (nodeinfo['ldap'].has_key?('physicalHost'))
+  purp += "\nThis virtual server runs on the physical host #{nodeinfo['ldap']['physicalHost'][0]}.\n"
+end
+
 if nodeinfo.has_key?('footer')
   purp += "\n" + wrap(nodeinfo['footer']) + "\n"
 end