]> git.donarmstrong.com Git - dsa-puppet.git/blob - templates/motd.erb
ff2223c395c501c7c3f3063c416321508f366782
[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
17 <% f = File.open("/etc/puppet/modules/motd/files/" + fqdn + "/motd.tail") -%>
18 <%= f.read -%>
19
20 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
21
22 <% f.close -%>
23 <% end -%>