From: Stephen Gran Date: Wed, 22 Apr 2009 23:14:42 +0000 (+0100) Subject: typo X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=25196357553daf7a292150d1994219d46eefed67;p=dsa-puppet.git typo Signed-off-by: Stephen Gran --- diff --git a/templates/motd.erb b/templates/motd.erb index 36751611..01556838 100644 --- a/templates/motd.erb +++ b/templates/motd.erb @@ -1,7 +1,7 @@ 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") -%> +<% if File.exists?("/etc/puppet/modules/motd/files/" + fqdn + "/motd.tail") -%> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% <% File.open("/etc/puppet/modules/motd/files/" + fqdn + "/motd.tail").read -%> %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%