Minor motd change
[mirror/dsa-puppet.git] / modules / motd / templates / motd.erb
index 496845e..21e081d 100644 (file)
@@ -67,8 +67,8 @@ end
 purp += "\n"
 
 if (nodeinfo['ldap'].has_key?('physicalHost'))
-  purp += wrap("This virtual server runs on the physical host #{nodeinfo['ldap']['physicalHost'][0]} " +
-               "It is hosted at #{nodeinfo['hoster']['longname']}."
+  purp += wrap("This virtual server runs on the physical host #{nodeinfo['ldap']['physicalHost'][0]}, " +
+               "which is hosted at #{nodeinfo['hoster']['longname']}."
                )
 elsif nodeinfo['hoster']['name']
   purp += wrap("This server is hosted at #{nodeinfo['hoster']['longname']}.")