Some more motd fixups
[mirror/dsa-puppet.git] / templates / motd.erb
1 This device is for authorized users only.  All traffic on this device
2 is monitored and will be used as evidence for prosecutions.
3
4 ** IMPORTANT WARNING **
5
6 Please read:
7
8 http://lists.debian.org/debian-devel-announce/2003/debian-devel-announce-200312/msg00001.html
9
10 before doing anything on these machines - especially the "What to do
11 when you can login" section.
12
13 <% if File.exists?("/etc/puppet/modules/motd/files/" + fqdn + "/motd.tail") -%>
14 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
15 <% f = File.open("/etc/puppet/modules/motd/files/" + fqdn + "/motd.tail") -%>
16 <%= f.read -%>
17 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
18 <% f.close -%>
19 <% end -%>