From: Stephen Gran Date: Wed, 22 Apr 2009 22:39:26 +0000 (+0100) Subject: syntax error X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7e6cc84e7a484ba28988eb4acfa8fbd629a3ca82;p=dsa-puppet.git syntax error Signed-off-by: Stephen Gran --- diff --git a/templates/motd.erb b/templates/motd.erb index c8928b2d..c3132a52 100644 --- a/templates/motd.erb +++ b/templates/motd.erb @@ -1,6 +1,6 @@ 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-footer -%> +<% if File.exists?("/etc/puppet/modules/motd/files/$fqdn/motd-footer") -%> <% File.open("/etc/puppet/modules/motd/files/$fqdn/motd-footer").read -%> <% end -%>