X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=templates%2Fmotd.erb;h=45e529ab6933eb029ceafaf6ba532041138655c7;hb=HEAD;hp=1881c41b37ec7b4378eb2ed5be147e75a21838c0;hpb=df35bbc39e29e0127e7320afdbe3f1d1267b3e9a;p=mirror%2Fdsa-puppet.git diff --git a/templates/motd.erb b/templates/motd.erb deleted file mode 100644 index 1881c41b3..000000000 --- a/templates/motd.erb +++ /dev/null @@ -1,8 +0,0 @@ -This device is for authorized users only. All traffic on this device -is monitored and will be used as evidence for prosecutions. - -<% if File.exists?("/etc/puppet/modules/motd/files/" + fqdn + "/motd.tail") -%> -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -<%= File.open("/etc/puppet/modules/motd/files/" + fqdn + "/motd.tail").read -%> -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -<% end -%>