]> git.donarmstrong.com Git - dsa-puppet.git/blob - templates/motd.erb
typo
[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 <% if File.exists?("/etc/puppet/modules/motd/files/" + fqdn + "/motd.tail") -%>
5 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
6 <% File.open("/etc/puppet/modules/motd/files/" + fqdn + "/motd.tail").read -%>
7 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8 <% end -%>