X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmotd%2Ftemplates%2Fmotd.erb;h=ba8323ad17576e9ce2139367052b52905ba3ccb1;hb=a07d9db1c8e1182fea01d04b2e3f3095d44a0c82;hp=cd7f29255415b91dcf1607a1cb3fc51e77adedfa;hpb=d31b08e581f135265f1dc9e96e31bd5eee7dea41;p=mirror%2Fdsa-puppet.git diff --git a/modules/motd/templates/motd.erb b/modules/motd/templates/motd.erb index cd7f29255..ba8323ad1 100644 --- a/modules/motd/templates/motd.erb +++ b/modules/motd/templates/motd.erb @@ -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')