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