X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Fmotd%2Ftemplates%2Fmotd.erb;h=e4fb77f759a3c561079c1fa319dcfc448f99cf4c;hb=f0a682647864402c133fe0825b1438d8a1aa3cf8;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..e4fb77f75 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 machine you agree to abide by the Debian Machines Usage Policies +. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% @@ -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')