From: Peter Palfrader Date: Wed, 21 Mar 2012 11:07:53 +0000 (+0100) Subject: Minor motd change X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=bbd3f2973b535cc94fc293371c93ceceee6e7f0e;p=mirror%2Fdsa-puppet.git Minor motd change --- diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index 496845ea6..21e081d34 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -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']}.")